Skip to content

Commit

Permalink
fix: env var
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed May 30, 2024
1 parent 8825cd7 commit 9b77187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Push docker image to DockerHub
run: |
docker load < result
docker push ${IMAGE}:${{ steps.meta.outputs.tags }}
docker push ${IMAGE_NAME}:${{ steps.meta.outputs.tags }}

0 comments on commit 9b77187

Please sign in to comment.