File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Pin the reusable workflow to a commit until the PR is merged; then prefer a semver tag.
2- # Ref must be a literal (not env). Update SHA when rebasing the shared-workflow PR.
3- # Inner steps in docker-build-push.yml use FuelLabs/github-actions composites; they may
4- # still reference @master — if something diverges during testing, align those refs in the PR.
5- #
6- # Do not use strategy.matrix on the same job as workflow_call + job-level `if` with
7- # matrix.* — job `if` is evaluated before matrix expansion for reusable workflows.
8- # Add one job per package with an explicit `if` (package name literal) instead.
91name : Build and publish Docker image
102
113on :
@@ -36,7 +28,7 @@ concurrency:
3628
3729jobs :
3830 build-and-publish-sv-dune :
39- uses : FuelLabs/github-actions/.github/workflows/docker-build-push.yml@5490f7a575a5542ce50985f705be35f28a9350e7
31+ uses : FuelLabs/github-actions/.github/workflows/docker-build-push.yml@master
4032 if : ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.package == 'all' || github.event.inputs.package == 'sv-dune' }}
4133 with :
4234 auth-mode : registry-login
You can’t perform that action at this time.
0 commit comments