mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Update testing_flow.yml
This commit is contained in:
parent
2898dfd995
commit
39d2609547
1 changed files with 2 additions and 2 deletions
4
.github/workflows/testing_flow.yml
vendored
4
.github/workflows/testing_flow.yml
vendored
|
@ -11,8 +11,8 @@ jobs:
|
|||
container:
|
||||
image: alpine:latest
|
||||
credentials:
|
||||
username: ${{ DOCKERHUB_USERNAME }}
|
||||
password: ${{ DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
steps:
|
||||
- name: Checkout PR HEAD
|
||||
|
|
Loading…
Reference in a new issue