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 5299695 + f71af68 commit dcf97c3Copy full SHA for dcf97c3
.github/workflows/craft-release.yaml
@@ -79,13 +79,10 @@ jobs:
79
runs-on: ubuntu-latest
80
steps:
81
- name: Login to Docker Hub
82
- env:
83
- DOCKER_USER: ${{ secrets.HUB_USERNAME }}
84
- DOCKER_PASSWORD: ${{ secrets.HUB_PASSCODE }}
85
run: |
86
- echo "${{ secrets.DOCKER_PASSWORD }}" | \
+ echo "${{ secrets.HUB_USERNAME }}" | \
87
docker login \
88
- --username "${{ secrets.DOCKER_USER }}" \
+ --username "${{ secrets.HUB_USERNAME }}" \
89
--password-stdin
90
- name: Pull source image
91
run: docker pull "${DOCKER_IMAGE}:sha-${GITHUB_SHA}"
0 commit comments