Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sall <[email protected]>
  • Loading branch information
ss-o authored Apr 2, 2023
1 parent f910015 commit 46b35bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
context: ./docker
build-args: ZI_ZSH_VERSION=${{ matrix.zsh_version }}
tags: ghcr.io/${{ github.repository }}:zsh-${{ matrix.zsh_version }}
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:
file: ./docker/Dockerfile
context: ./docker
tags: ghcr.io/${{ github.repository }}:latest
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 46b35bc

Please sign in to comment.