mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +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:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout PR HEAD
|
- name: Checkout PR HEAD
|
||||||
|
|
Loading…
Reference in a new issue