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.
1 parent 840b35f commit a5b5ecdCopy full SHA for a5b5ecd
.github/workflows/cd-base.yml
@@ -41,7 +41,7 @@ jobs:
41
id: push
42
run: |
43
DOCKERHUB_IMAGE="${{ secrets.DOCKERHUB_USERNAME }}/${{ steps.extract.outputs.app_name }}:${{ steps.extract.outputs.tag }}"
44
- echo "DOCKERHUB_USERNAME=${DOCKERHUB_USERNAME}" # <--- debug
+ echo "DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}" # <--- debug
45
echo "DOCKERHUB_IMAGE=${DOCKERHUB_IMAGE}" # <--- debug
46
docker pull ${{ inputs.image_uri }}
47
0 commit comments