Skip to content

Commit

Permalink
get back buildx
Browse files Browse the repository at this point in the history
remove cache
  • Loading branch information
TOwInOK committed Oct 27, 2024
1 parent c5560f9 commit 7628609
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: |
echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Container Registry
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -81,8 +84,6 @@ jobs:
build-args: |
TARGETARCH=amd64
RUST_TARGET=x86_64-unknown-linux-musl
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
- name: Verify push
run: |
Expand Down

0 comments on commit 7628609

Please sign in to comment.