Skip to content

Commit

Permalink
Fix manifest push
Browse files Browse the repository at this point in the history
  • Loading branch information
sixeyed committed Sep 1, 2022
1 parent 1d0b97f commit 25cbb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ch11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: ch10
working-directory: ./ch10/docker-images
- name: ch11
working-directory: ./ch11/docker-images
run: |
./push-manifests.ps1
shell: pwsh

0 comments on commit 25cbb16

Please sign in to comment.