Skip to content

Commit

Permalink
docker.yml speedup test
Browse files Browse the repository at this point in the history
  • Loading branch information
acwhite211 authored Feb 10, 2025
1 parent d114d84 commit e907aaf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,15 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
install: true
driver-opts: network=host

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -88,6 +94,9 @@ jobs:
tags: ${{ steps.prep.outputs.tags }}
push: true
retries: 3
# Use GitHub Actions caching to speed up subsequent builds
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Export digest
run: |
Expand Down

0 comments on commit e907aaf

Please sign in to comment.