Skip to content

Commit

Permalink
#118 senzing to senzing-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 29, 2023
1 parent 1646765 commit 9bb413c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build docker image
uses: Senzing/github-action-docker-buildx-build@latest
uses: senzing-factory/github-action-docker-buildx-build@latest
with:
image-repository: senzing/test-ground
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-containers-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build docker image and push to DockerHub
uses: Senzing/github-action-docker-buildx-build@latest
uses: senzing-factory/github-action-docker-buildx-build@latest
with:
build-options: "--push"
image-repository: senzing/test-ground
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-go-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Make go version tag
uses: Senzing/github-action-make-go-tag@main
uses: senzing-factory/github-action-make-go-tag@main

0 comments on commit 9bb413c

Please sign in to comment.