Skip to content

Commit

Permalink
buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 1, 2024
1 parent e75d3b8 commit dfe7694
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-build-matrix_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ jobs:
run: |
echo "The current tag is: ${{ steps.taggerRun.outputs.new_tag }}"
echo "The version increment was: ${{ steps.taggerRun.outputs.part }}"
- name: Prepare common variables
id: prepare_env
run: |
echo "MY_TAG=${{ steps.taggerRun.outputs.new_tag }}"
echo "MY_VERSION=${{ steps.taggerRun.outputs.part }}"
build_linux:
needs: prepare
Expand All @@ -73,7 +78,7 @@ jobs:
MY_VERSION: ${{ needs.prepare.outputs.MY_VERSION }}

strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ubuntu-latest] #,macos-latest]
platform:
Expand Down

0 comments on commit dfe7694

Please sign in to comment.