Skip to content

Commit

Permalink
Add tags to builder-tool.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
trubbio83 authored and matteo-s committed Jun 20, 2024
1 parent 10832d8 commit cd78e01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builder-tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha
type=ref,event=branch
type=raw,value=${{ github.sha }}
labels: |
version=${{ github.sha }}
flavor: |
Expand Down

0 comments on commit cd78e01

Please sign in to comment.