Skip to content

Commit

Permalink
22222
Browse files Browse the repository at this point in the history
  • Loading branch information
Paper-Dragon committed Apr 22, 2024
1 parent bc7a45e commit 2ba7ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
${{ vars.REGISTRY }}/${{ vars.IMAGE_NAME }}
# Extracts the version from the tag or uses the input value
tags: |
type=raw,value=${{ github.event.inputs.tags }},enable=${{ !!github.event.inputs.tags }}
Expand Down

0 comments on commit 2ba7ca3

Please sign in to comment.