Update testing_flow.yml

This commit is contained in:
jstan-isch 2023-01-26 11:07:09 -06:00 committed by GitHub
parent 2898dfd995
commit 39d2609547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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