Skip to content

Commit

Permalink
latest and greatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Jul 10, 2024
1 parent 51836ef commit d4643ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
id: meta
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: type=sha,enable=true,priority=100,prefix=shaF-,suffix=,format=short
tags: |
type=sha,enable=true,priority=100,prefix=sha-,suffix=,format=short
latest
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit d4643ec

Please sign in to comment.