Skip to content

Commit 50a3e03

Browse files
committed
of course the names aren't evaluated...
1 parent d024fc1 commit 50a3e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Publish latest image
1313
uses: elgohr/Publish-Docker-Github-Action@master
1414
with:
15-
name: ${GITHUB_REPOSITORY}/slim
15+
name: ${{ github.repository }}/slim
1616
registry: docker.pkg.github.com
1717
username: ${{ secrets.DOCKER_USERNAME }}
1818
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -21,7 +21,7 @@ jobs:
2121
name: Publish tagged image
2222
uses: elgohr/Publish-Docker-Github-Action@master
2323
with:
24-
name: ${GITHUB_REPOSITORY}/slim
24+
name: ${{ github.repository }}/slim
2525
registry: docker.pkg.github.com
2626
username: ${{ secrets.DOCKER_USERNAME }}
2727
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)