Skip to content

Commit 2e50948

Browse files
committed
testing ga
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent e27cbf6 commit 2e50948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.""

0 commit comments

Comments
 (0)