Skip to content

Commit

Permalink
fix: undo matrix (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tty47 authored Apr 5, 2023
1 parent 42160b1 commit c955dc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ jobs:
severity: 'CRITICAL,HIGH'

docker-build:
strategy:
matrix:
platforms: ["linux/amd64", "linux/arm64"]
runs-on: "ubuntu-latest"
# wait until the jobs are finished.
needs: ["prepare-env", "docker-security"]
Expand Down Expand Up @@ -145,7 +142,7 @@ jobs:
OUTPUT_SHORT_SHA: ${{ needs.prepare-env.outputs.output_short_sha }}
OUTPUT_IMAGE_NAME: ${{ needs.prepare-env.outputs.output_image_name }}
with:
platforms: ${{ matrix.platforms }}
platforms: linux/amd64,linux/arm64
# yamllint disable
# The following line, is execute as an if statement, only push when
# the branch is main, master or starts with v*
Expand Down

0 comments on commit c955dc6

Please sign in to comment.