Skip to content

Commit

Permalink
Perm fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
khromov committed Apr 17, 2024
1 parent de77e98 commit 4a82ca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64
push: true
tags: khromov/alpine-nginx-php8/alpine-nginx-php8:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4a82ca7

Please sign in to comment.