Skip to content

Commit 245201b

Browse files
authored
ci(verifier): also tag and push :latest on release (#723)
the verifier release workflow only pushed the version tag, so dstacktee/dstack-verifier:latest was stale (stuck at 0.5.4). add :latest to the pushed tags so every release keeps it current.
1 parent 703ac39 commit 245201b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/verifier-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
context: verifier
5252
file: verifier/builder/Dockerfile
5353
push: true
54-
tags: ${{ vars.DOCKERHUB_ORG }}/dstack-verifier:${{ env.VERSION }}
54+
tags: |
55+
${{ vars.DOCKERHUB_ORG }}/dstack-verifier:${{ env.VERSION }}
56+
${{ vars.DOCKERHUB_ORG }}/dstack-verifier:latest
5557
platforms: linux/amd64
5658
provenance: false
5759
build-contexts: |

0 commit comments

Comments
 (0)