From 4a82ca79886e314126552f55b7071e4663511194 Mon Sep 17 00:00:00 2001 From: Stanislav Khromov Date: Wed, 17 Apr 2024 23:51:13 +0200 Subject: [PATCH] Perm fix attempt --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08ec2d6..7388b75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ env: jobs: build: runs-on: ubuntu-latest + permissions: write-all steps: - name: Checkout Repository @@ -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 }} \ No newline at end of file