Skip to content

Commit

Permalink
Fix Docker Meta-Action
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed Jun 6, 2024
1 parent e49db81 commit 3b4839b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
w9jds/firebase-action
ghcr.io/${{ github.repository }}
w9jds/firebase-action
ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern=${{needs.bump-version.outputs.new-version}}
-
name: Login to Docker Hub
Expand All @@ -139,7 +141,5 @@ jobs:
uses: docker/build-push-action@v3
with:
push: ${{ github.event_name != 'pull_request' }}
tags:
w9jds/firebase-action:${{ needs.bump-version.outputs.new-version }}
ghcr.io/${{ github.repository }}:${{ needs.bump-version.outputs.new-version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3b4839b

Please sign in to comment.