From fa944e785a88b8ccb09aa3f75038b61fe8e76ca0 Mon Sep 17 00:00:00 2001 From: Barry Matheney Date: Tue, 25 Jun 2024 12:52:50 -0400 Subject: [PATCH] 20240625_125250 --- .github/workflows/docker-build.yml | 2 +- git_remotes.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 git_remotes.txt diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 745bce71a..00dd252a0 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -28,5 +28,5 @@ jobs: tags: v1, latest registry: hub.docker.com dockerfile: Dockerfile - username: ${{ var.DOCKER_USERNAME }} + username: ${{ vars.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file diff --git a/git_remotes.txt b/git_remotes.txt new file mode 100644 index 000000000..8479ea7ad --- /dev/null +++ b/git_remotes.txt @@ -0,0 +1,6 @@ +origin git@github.com:barrymatheney/spring-petclinic.git (fetch) +origin git@github.com:barrymatheney/spring-petclinic.git (push) +origin-bitbucket git@bitbucket.org:JBMTeam001/spring-petclinic.git (fetch) +origin-bitbucket git@bitbucket.org:JBMTeam001/spring-petclinic.git (push) +origin-github https://github.com/spring-projects/spring-petclinic.git (fetch) +origin-github https://github.com/spring-projects/spring-petclinic.git (push)