Skip to content

Commit 3d168e2

Browse files
authored
Update docker-build-push workflow reference to master
1 parent ba61b78 commit 3d168e2

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/docker_publish.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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.
91
name: Build and publish Docker image
102

113
on:
@@ -36,7 +28,7 @@ concurrency:
3628

3729
jobs:
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

0 commit comments

Comments
 (0)