Skip to content

Commit

Permalink
Try and hammer the push option into submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Jan 11, 2024
1 parent 7dcea03 commit fd91677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
default: main
pushToRegistry:
description: Build only, skip pushing to registry
description: Push to Registry. Set to false to test the build without pushing.
required: true
type: boolean
default: false
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
with:
file: base.Dockerfile
context: .
platforms: linux/amd64,linux/arm64
push: ${{ inputs.pushToRegistry }}
platforms: linux/amd64,linux/arm64
build-args: |
RUBY_MAJOR=${{ matrix.version.rubyver[0] }}.${{ matrix.version.rubyver[1] }}
RUBY_VERSION=${{ join(matrix.version.rubyver, '.') }}
Expand All @@ -123,8 +123,8 @@ jobs:
with:
file: base.Dockerfile
context: .
platforms: linux/amd64,linux/arm64
push: ${{ inputs.pushToRegistry }}
platforms: linux/amd64,linux/arm64
build-args: |
RUBY_MAJOR=${{ matrix.version.rubyver[0] }}.${{ matrix.version.rubyver[1] }}
RUBY_VERSION=${{ join(matrix.version.rubyver, '.') }}
Expand Down

0 comments on commit fd91677

Please sign in to comment.