Skip to content

Commit

Permalink
docker-push workflow: use direct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Towerism committed May 20, 2024
1 parent 197af08 commit 435563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_NAME }}
images: martinfjr/personal-site

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 435563c

Please sign in to comment.