Compare commits

...

2 Commits

Author SHA1 Message Date
6ee84199b2 Merge pull request 'Added tagging' (#30) from test into main
Some checks failed
continuous-integration/drone Build is failing
Reviewed-on: #30
2026-03-08 10:57:34 +02:00
a7fd41c852 Added tagging 2026-03-08 10:57:13 +02:00

View File

@@ -29,4 +29,7 @@ steps:
password:
from_secret: docker_password
dockerfile: Dockerfile
context: .
context: .
tags:
- latest
- ${DRONE_BUILD_NUMBER}