diff options
| author | Michael Grote | 2023-04-25 21:08:15 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-25 21:08:15 +0200 |
| commit | ed793f95f67e039e1016ba87739291bd146a6728 (patch) | |
| tree | 48732a80139a995364c257291a1c3070cbd22cc5 | |
| parent | db6ee904deebaf9da73d09930445782221c2521d (diff) | |
ci: remove commit hash
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,7 +25,6 @@ steps: repo: registry.mgrote.net/python-api-server registry: registry.mgrote.net tags: - - ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_BRANCH} - latest when: @@ -44,7 +43,6 @@ steps: dockerfile: Dockerfile repo: quotengrote/python-api-server tags: - - ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_BRANCH} - latest when: |