Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakousa committed Jun 3, 2020
1 parent 5ca107b commit d35cd91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -45,6 +45,6 @@ jobs:
docker buildx create --use
docker buildx build \
--platform linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x \
--build-arg SECRET_MESSAGE=${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }}
--build-arg SECRET_MESSAGE=${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }} \
--tag devopsdockeruh/exec_bash_exercise:multiarch \
--push ./exec_bash_exercise_and_first_volume_exercise
2 changes: 1 addition & 1 deletion .github/workflows/first_volume_exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
docker buildx create --use
docker buildx build \
--platform linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x \
--build-arg SECRET_MESSAGE=${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }}
--build-arg SECRET_MESSAGE=${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }} \
--tag devopsdockeruh/first_volume_exercise:multiarch \
--push ./exec_bash_exercise_and_first_volume_exercise

0 comments on commit d35cd91

Please sign in to comment.