Skip to content

Commit

Permalink
set permissions after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 28, 2024
1 parent 7119e45 commit f83d379
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Permissions fixes
run: |
chmod -R ug+rwX "~/work/${GITHUB_REPOSITORY,,}/${GITHUB_REPOSITORY,,}/build/COPY*
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -99,6 +103,10 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Permissions fixes
run: |
chmod -R ug+rwX "~/work/${GITHUB_REPOSITORY,,}/${GITHUB_REPOSITORY,,}/build/COPY*
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -166,6 +174,10 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Permissions fixes
run: |
chmod -R ug+rwX "~/work/${GITHUB_REPOSITORY,,}/${GITHUB_REPOSITORY,,}/build/COPY*
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit f83d379

Please sign in to comment.