mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
20240625_125250
This commit is contained in:
parent
bef484d542
commit
fa944e785a
2 changed files with 7 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -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
6
git_remotes.txt
Normal 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)
|
Loading…
Reference in a new issue