Skip to content

Commit bad9469

Browse files
authored
Merge branch 'main' into dependabot/github_actions/senzing-factory/github-action-install-senzing-sdk-3
2 parents 1a9c14e + 66af692 commit bad9469

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].4
24+
uses: senzing-factory/[email protected].5
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].4
21+
uses: senzing-factory/[email protected].5
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].4
23+
uses: senzing-factory/[email protected].5
2424
with:
2525
build-options: "-q --push"
2626
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}

0 commit comments

Comments
 (0)