Skip to content

Commit

Permalink
Propagate the DockerHub API key
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarsti committed Jul 1, 2024
1 parent 82dfb39 commit 5d6b524
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static
- run: |
- name: Build and push Docker images
env:
DOCKER_HUB_KEY: ${{ secrets.DOCKER_HUB_KEY }}
run: |
make image-push

0 comments on commit 5d6b524

Please sign in to comment.