Skip to content

Commit

Permalink
fix images input
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Sep 22, 2023
1 parent df40f17 commit a96b265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ steps.base_image_name.outputs.image_name }}
images: ${{ env.REGISTRY }}/${{ github.repository }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
Expand Down

0 comments on commit a96b265

Please sign in to comment.