We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d024fc1 commit 50a3e03Copy full SHA for 50a3e03
.github/workflows/deploy.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Publish latest image
13
uses: elgohr/Publish-Docker-Github-Action@master
14
with:
15
- name: ${GITHUB_REPOSITORY}/slim
+ name: ${{ github.repository }}/slim
16
registry: docker.pkg.github.com
17
username: ${{ secrets.DOCKER_USERNAME }}
18
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -21,7 +21,7 @@ jobs:
21
name: Publish tagged image
22
23
24
25
26
27
0 commit comments