Skip to content

Commit 043637c

Browse files
Bump senzing-factory/github-action-docker-buildx-build
Bumps [senzing-factory/github-action-docker-buildx-build](https://github.com/senzing-factory/github-action-docker-buildx-build) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/senzing-factory/github-action-docker-buildx-build/releases) - [Changelog](https://github.com/senzing-factory/github-action-docker-buildx-build/blob/main/CHANGELOG.md) - [Commits](senzing-factory/github-action-docker-buildx-build@1.0.3...1.0.4) --- updated-dependencies: - dependency-name: senzing-factory/github-action-docker-buildx-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 493f20d commit 043637c

3 files changed

+3
-3
lines changed

.github/workflows/docker-build-container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash
2222

2323
- name: Build docker image
24-
uses: senzing-factory/[email protected].3
24+
uses: senzing-factory/[email protected].4
2525
with:
2626
build-options: "-q"
2727
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}

.github/workflows/docker-push-containers-to-dockerhub-manual.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
shell: bash
1919

2020
- name: Build docker image and push to DockerHub
21-
uses: senzing-factory/[email protected].3
21+
uses: senzing-factory/[email protected].4
2222
with:
2323
build-options: "-q --push"
2424
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}

.github/workflows/docker-push-containers-to-dockerhub.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash
2121

2222
- name: Build docker image and push to DockerHub
23-
uses: senzing-factory/[email protected].3
23+
uses: senzing-factory/[email protected].4
2424
with:
2525
build-options: "-q --push"
2626
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}

0 commit comments

Comments
 (0)