Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK committed Oct 27, 2024
1 parent 7628609 commit 7158cec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
maintainer=towinok
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand All @@ -84,6 +84,8 @@ jobs:
build-args: |
TARGETARCH=amd64
RUST_TARGET=x86_64-unknown-linux-musl
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Verify push
run: |
Expand Down

0 comments on commit 7158cec

Please sign in to comment.