Skip to content

Commit

Permalink
gha: fix driver-opts list syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Aug 17, 2024
1 parent f6dbff4 commit 1d45edb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
with:
driver-opts: image=moby/buildkit:v0.15.2,network=host
driver-opts: |
image=moby/buildkit:v0.15.2
network=host
- name: Set build date
run: |
echo "BUILT_AT=$(date --rfc-3339=date)" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 1d45edb

Please sign in to comment.