Skip to content

Commit b3552e5

Browse files
authored
Fix variables in GH Actions workflow #24
1 parent 5268dca commit b3552e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
push:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
15+
- uses: actions/checkout@v2
1616
- name: Run CI
1717
run: |
18-
echo ${{ secrets.DH_PW }} | docker login -u ${{ secrets.DH_USER }} --password-stdin
18+
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
1919
docker build -t ppiper/cf-cli:latest .
2020
docker push ppiper/cf-cli:latest

0 commit comments

Comments
 (0)