We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5268dca commit b3552e5Copy full SHA for b3552e5
.github/workflows/push.yml
@@ -12,9 +12,9 @@ jobs:
12
push:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
16
- name: Run CI
17
run: |
18
- echo ${{ secrets.DH_PW }} | docker login -u ${{ secrets.DH_USER }} --password-stdin
+ echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
19
docker build -t ppiper/cf-cli:latest .
20
docker push ppiper/cf-cli:latest
0 commit comments