Skip to content

Commit 2ff68e3

Browse files
authored
Update publish.yml
1 parent df53158 commit 2ff68e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- run: docker build -t ghcr.io/dario-205/github-sync-file-action:latest .
1818
- run: echo ${{ secrets.GITHUB_TOKEN }} | docker login -u dario-205 --password-stdin ghcr.io
1919
name: Login to registry
20-
- run: docker push ghcr.io/dario-205/github-sync-file-action:latest
20+
- run: docker push ghcr.io/dario-205/github-sync-file-action:latest
21+

0 commit comments

Comments
 (0)