20240625_125250

This commit is contained in:
Barry Matheney 2024-06-25 12:52:50 -04:00
parent bef484d542
commit fa944e785a
2 changed files with 7 additions and 1 deletions

View file

@ -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 }}

6
git_remotes.txt Normal file
View file

@ -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)