Skip to content

Commit

Permalink
fix docker/build-push-action arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Apr 28, 2024
1 parent 36b5e7e commit 36992ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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-arg:
build-args:
- SLIM_BUILD=1
tags: metacpan/metacpan-base:$GITHUB_SHA-slim
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion .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-arg:
build-args:
- SLIM_BUILD=1
tags: metacpan/metacpan-base:latest-slim
platforms: linux/amd64,linux/arm64

0 comments on commit 36992ba

Please sign in to comment.