Skip to content

Commit

Permalink
add write permission to docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarry committed Mar 31, 2024
1 parent 38b37bb commit 11be8c1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ on:

jobs:

permissions:
contents: write

build:

#runs-on: nginx-latest
# why can't this by nginx-latest, like my docker images?
runs-on: ubuntu-latest

steps:
# ?? https://github.com/nektos/act/issues/724
#- run: sudo chown runner:docker /var/run/docker.sock
# if: ${{ env.ACT }}

- name: Checkout
uses: actions/checkout@v3

#- name: Use node.js
# uses: actions/setup-node@v2

- name: Setup docker buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 11be8c1

Please sign in to comment.