We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df53158 commit 2ff68e3Copy full SHA for 2ff68e3
.github/workflows/publish.yml
@@ -17,4 +17,5 @@ jobs:
17
- run: docker build -t ghcr.io/dario-205/github-sync-file-action:latest .
18
- run: echo ${{ secrets.GITHUB_TOKEN }} | docker login -u dario-205 --password-stdin ghcr.io
19
name: Login to registry
20
- - run: docker push ghcr.io/dario-205/github-sync-file-action:latest
+ - run: docker push ghcr.io/dario-205/github-sync-file-action:latest
21
+
0 commit comments