Skip to content

Commit

Permalink
really fix build args
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Apr 28, 2024
1 parent 36992ba commit 0622bf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deployment-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
build-args:
- SLIM_BUILD=1
build-args: |
SLIM_BUILD=1
tags: metacpan/metacpan-base:$GITHUB_SHA-slim
platforms: linux/amd64,linux/arm64
4 changes: 2 additions & 2 deletions .github/workflows/build-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
build-args:
- SLIM_BUILD=1
build-args: |
SLIM_BUILD=1
tags: metacpan/metacpan-base:latest-slim
platforms: linux/amd64,linux/arm64

0 comments on commit 0622bf1

Please sign in to comment.