Skip to content

Commit

Permalink
Use personal access tokens for DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed May 30, 2024
1 parent 83b2af7 commit 13f94eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build and push images
run: |
echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USER }}" --password-stdin
echo "${{ secrets.DOCKER_HUB_PAT }}" | docker login -u "${{ secrets.DOCKER_HUB_USER }}" --password-stdin
language=$(echo ${{ matrix.language }} | cut -d: -f1)
version=$(echo ${{ matrix.language }} | cut -d: -f2)
short_version=$(echo $version | cut -d. -f 1-2)
Expand Down

0 comments on commit 13f94eb

Please sign in to comment.