Skip to content

Commit

Permalink
Configure docker buildx.
Browse files Browse the repository at this point in the history
  • Loading branch information
hammingweight committed Apr 27, 2024
1 parent 698a47d commit e7e0fc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 'Log in to Docker Hub'
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_NAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit e7e0fc3

Please sign in to comment.