Skip to content

Commit

Permalink
temp: point to personal dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Oct 31, 2023
1 parent b81c5dc commit e4f8381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: ./.github/workflows/push-docker-image.yml
secrets: inherit
with:
image_name: bitcoindevproject/simln
image_name: carlakirkcohen/simln
artifact_name: simln-docker
dockerfile: ./docker/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/tag-image-as-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read

env:
DOCKER_IMAGE: bitcoindevproject/simln
DOCKER_IMAGE: carlakirkcohen/simln

jobs:
update-docker-images-to-latest:
Expand Down

0 comments on commit e4f8381

Please sign in to comment.