Skip to content

Commit

Permalink
Use env.IMAGE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
brablc authored May 8, 2024
1 parent 6a0c060 commit 97f1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: brablc/swarm-ssh-gateway
images: ${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
Expand Down

0 comments on commit 97f1e4c

Please sign in to comment.