Skip to content

Commit

Permalink
fix: rename image before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseomartelli committed Jul 10, 2024
1 parent a068878 commit 56cd49a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Push image
run: |
docker push ${{ steps.build.outputs.image_name }}
docker tag ${{ steps.build.outputs.image_name}} ghcr.io/${{ steps.build.outputs.image_name}}
docker push ghcr.io/${{ steps.build.outputs.image_name }}

0 comments on commit 56cd49a

Please sign in to comment.