File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 export DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="${{ secrets.DCT_DELEGATION_PASSPHRASE }}"
105105
106106 echo "Authenticating with Docker Hub..."
107- echo "${{ secrets.DOCKERHUB_PASSWORD }} " | docker login -u "${{ secrets. DOCKERHUB_USERNAME } }" --password-stdin
107+ echo "${DOCKERHUB_TOKEN} " | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
108108
109109 echo "Checking if notary CLI is installed..."
110110 if ! command -v notary &> /dev/null; then
@@ -137,4 +137,4 @@ jobs:
137137 "${{ env.REGISTRY }}/${{ matrix.image }}" "${{ steps.build-and-push.outputs.digest }}" \
138138 "$IMAGE_SIZE" --sha256 "${{ steps.build-and-push.outputs.digest }}"
139139
140- echo "Signature added successfully.""
140+ echo "Signature added successfully.""
You can’t perform that action at this time.
0 commit comments