Skip to content

Commit

Permalink
Update push-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Oct 3, 2024
1 parent 8da6cc7 commit 615a380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
felipementel/$imageName
ghcr.io/felipementel/deploy.$imageName
felipementel/${{ env.imageName }}
ghcr.io/felipementel/deploy.${{ env.imageName }}
- name: Build and push docker
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 615a380

Please sign in to comment.