Skip to content

Commit

Permalink
Rollback version of reusable build workflow
Browse files Browse the repository at this point in the history
Testing suspected breakage by two PRs in the reusable workflow repo:
- felddy/reusable-workflows#131
- felddy/reusable-workflows#133
  • Loading branch information
felddy committed Sep 26, 2023
1 parent e965022 commit c75e127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- config
- lint
- metadata
uses: felddy/reusable-workflows/.github/workflows/docker-build-image.yml@develop
uses: felddy/reusable-workflows/.github/workflows/docker-build-image.yml@03bf6f12618ad72f6c3932effc72c63c087176d0
with:
artifact_name: ${{ needs.config.outputs.image_archive_artifact_name }}
build_arg_1_name: VERSION
Expand All @@ -125,7 +125,7 @@ jobs:
- foundry-secrets
- lint
- metadata
uses: felddy/reusable-workflows/.github/workflows/docker-build-image.yml@develop
uses: felddy/reusable-workflows/.github/workflows/docker-build-image.yml@03bf6f12618ad72f6c3932effc72c63c087176d0
with:
artifact_name: ${{ needs.config.outputs.image_archive_artifact_name }}-pre-installed
build_arg_1_name: FOUNDRY_PASSWORD
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
platform: ${{ fromJson(needs.config.outputs.platforms_json) }}
exclude:
- platform: ${{ needs.config.outputs.test_platform }}
uses: felddy/reusable-workflows/.github/workflows/docker-build-image.yml@develop
uses: felddy/reusable-workflows/.github/workflows/docker-build-image.yml@03bf6f12618ad72f6c3932effc72c63c087176d0
with:
artifact_name: ${{ needs.config.outputs.image_archive_artifact_name }}
build_arg_1_name: VERSION
Expand Down

0 comments on commit c75e127

Please sign in to comment.