Skip to content

Commit

Permalink
Test without docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Oct 22, 2024
1 parent e389a07 commit 365ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
- name: Login to docker
run: |
echo ${{env.PASS}} | docker login --username ${{env.USERNAME}} --password-stdin
# echo ${{env.PASS}} | docker login --username ${{env.USERNAME}} --password-stdin

- name: build docker image
run: |
Expand Down

0 comments on commit 365ec95

Please sign in to comment.