We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38ba268 + 622f290 commit a0b1bf3Copy full SHA for a0b1bf3
.github/workflows/image-workflow.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: docker build . --file Dockerfile.prod --tag $IMAGE_NAME
24
25
- name: Log into registry
26
- run: docker login --username {{ secrets.DOCKER_USERNAME }} --password {{ secrets.DOCKER_PASSWORD }}
+ run: echo "{{ secrets.DOCKER_PASSWORD }}" | docker login -u {{ secrets.DOCKER_USERNAME }} --password-stdin
27
- name: Push image
28
run: |
29
IMAGE_ID=$REGISTRY_NAME/$REPO_NAME/$IMAGE_NAME
0 commit comments