Skip to content

Commit

Permalink
Ensure publish client programs are executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Nov 28, 2022
1 parent 82ae000 commit 1fc3ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ jobs:
- name: Publish client programs
shell: bash
run: |
chmod +x client-programs/*
imgpkg push \
-i ghcr.io/${{github.repository_owner}}/educates-client-programs:${{env.REPOSITORY_TAG}} \
-f client-programs \
Expand Down

0 comments on commit 1fc3ec1

Please sign in to comment.