Skip to content

Commit

Permalink
fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 30, 2024
1 parent 7136843 commit 6bd92d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: shopware-cli project docker build ${{ steps.image.outputs.image }}

- name: Push
run: docker push ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
run: docker push ${{ steps.image.outputs.image }}

0 comments on commit 6bd92d1

Please sign in to comment.