Skip to content

Commit

Permalink
chore: deps 9-18
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Sep 18, 2023
1 parent 48a790e commit f80e3f0
Show file tree
Hide file tree
Showing 12 changed files with 145 additions and 63 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:

# https://github.com/docker/setup-qemu-action
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# https://github.com/docker/setup-buildx-action
- name: Setup Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: "--debug"

- name: Docker Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
Loading

0 comments on commit f80e3f0

Please sign in to comment.