Skip to content

Commit 0cb7b93

Browse files
Update back-end-ci-cd.yml
1 parent f17fb5c commit 0cb7b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/back-end-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
4545
docker push docker.pkg.github.com/arnab-developer/frontendbackenddemo/backend:1.0.1
46-
docker logout
46+
docker logout https://docker.pkg.github.com
4747
4848
dockerhub-push:
4949
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)