Skip to content

Commit

Permalink
Update nightly.yaml
Browse files Browse the repository at this point in the history
publish the sha as tag instead of the fixed label
  • Loading branch information
aojea authored Dec 31, 2024
1 parent f6c1990 commit bf13faf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: type=sha

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand All @@ -57,5 +58,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit bf13faf

Please sign in to comment.