Skip to content

Commit af5796b

Browse files
ci(deps): bump useblacksmith/build-push-action from 1 to 2 (#7)
* ci(deps): bump useblacksmith/build-push-action from 1 to 2 Bumps [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action) from 1 to 2. - [Release notes](https://github.com/useblacksmith/build-push-action/releases) - [Commits](useblacksmith/build-push-action@v1...v2) --- updated-dependencies: - dependency-name: useblacksmith/build-push-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * ci(docker-build-push): use useblacksmith/setup-docker-builder@v1 The build-push-action now requires the use of useblacksmith/setup-docker-builder@v1 action before it can be used. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: César Román <[email protected]>
1 parent 8af9f79 commit af5796b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/docker-build-push-multi-registry.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,12 @@ jobs:
121121
username: ${{ inputs.quay-username }}
122122
password: ${{ secrets.quay-password }}
123123

124-
- name: Set up Docker Buildx
125-
uses: docker/setup-buildx-action@v3
126-
with:
127-
version: latest
124+
- name: Setup Docker Builder
125+
uses: useblacksmith/setup-docker-builder@v1
128126

129127
- name: Build and push by digest
130128
id: build
131-
uses: useblacksmith/build-push-action@v1
129+
uses: useblacksmith/build-push-action@v2
132130
with:
133131
context: ${{ inputs.build-context }}
134132
file: ${{ inputs.build-file }}

0 commit comments

Comments
 (0)