Skip to content

Commit

Permalink
update action (add docker.io)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil7 committed Apr 8, 2024
1 parent a95cee9 commit 3c51213
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
evil7x/warpod
# 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 3c51213

Please sign in to comment.