Skip to content

Commit

Permalink
Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jan 24, 2024
1 parent d809020 commit 37ebe17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
tags: ghcr.io/shopware/docker-base:8.1.26-arm64
context: .
file: 8.1/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:8.1-arm64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:8.1-arm64,mode=max
platforms: linux/arm64
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
with:
tags: ghcr.io/shopware/docker-base:8.2.14-arm64
context: .
file: 8.2/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:8.2-arm64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:8.2-arm64,mode=max
platforms: linux/arm64
Expand Down Expand Up @@ -147,6 +149,7 @@ jobs:
with:
tags: ghcr.io/shopware/docker-base:8.3.1-arm64
context: .
file: 8.3/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:8.3-arm64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:8.3-arm64,mode=max
platforms: linux/arm64
Expand Down
1 change: 1 addition & 0 deletions generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
with:
tags: ghcr.io/shopware/docker-base:${PHP_PATCH_VERSION}-arm64
context: .
file: ${PHP_VERSION}/Dockerfile
cache-from: type=registry,ref=ghcr.io/shopware/docker-cache:${PHP_VERSION}-arm64
cache-to: type=registry,ref=ghcr.io/shopware/docker-cache:${PHP_VERSION}-arm64,mode=max
platforms: linux/arm64
Expand Down

0 comments on commit 37ebe17

Please sign in to comment.