Skip to content

Commit

Permalink
[hot fix] get docker hub name
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Oct 6, 2022
1 parent 835a9bd commit 7d3af18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jenkins_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run:
working-directory: ./jenkins
steps:
- name: say
run: |
echo $DOCKERHUB_USERNAME | base64
exit 1
-
name: Pull repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 7d3af18

Please sign in to comment.