Skip to content

Commit d3af469

Browse files
authored
Merge pull request #5771 from NlightNFotis/dockerhub_image_push_fifth_fix
[CI] Change method of password input to docker login.
2 parents 99f7715 + acee1d0 commit d3af469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,5 @@ jobs:
225225
run: docker build -t "$IMAGE_TAG" .
226226
- name: Push docker image to DockerHub
227227
run: |
228-
docker login --username=dbcicprover --password=${{ secrets.DOCKERHUB_ACCESS_DB_CI_CPROVER }}
228+
echo ${{ secrets.DOCKERHUB_ACCESS_DB_CI_CPROVER }} | docker login --username=dbcicprover --password-stdin
229229
docker image push "$IMAGE_TAG"

0 commit comments

Comments
 (0)