Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakousa committed Jun 2, 2020
1 parent 0f86394 commit 431ded7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exec_bash_exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
tags: latest
buildargs: SECRET_MESSAGE
context: exec_bash_exercise_and_first_volume_exercise
workdir: exec_bash_exercise_and_first_volume_exercise
2 changes: 1 addition & 1 deletion .github/workflows/first_volme_exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
tags: latest
buildargs: SECRET_MESSAGE
context: exec_bash_exercise_and_first_volume_exercise
workdir: exec_bash_exercise_and_first_volume_exercise
2 changes: 1 addition & 1 deletion .github/workflows/ports_exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: latest
context: ports_exercise
workdir: ports_exercise

0 comments on commit 431ded7

Please sign in to comment.