mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Try giving the workflow packages: write
This commit is contained in:
parent
0affd64fc8
commit
03cc7c81f1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
@ -16,6 +16,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
container:
|
container:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONTAINER_NAME: ghcr.io/${{ github.repository }}
|
CONTAINER_NAME: ghcr.io/${{ github.repository }}
|
||||||
BUILD_PLATFORMS: linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
|
BUILD_PLATFORMS: linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue