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
704fc1dbe5
commit
2ac9fad93e
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:
|
||||
container:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
env:
|
||||
CONTAINER_NAME: ghcr.io/${{ github.repository }}
|
||||
BUILD_PLATFORMS: linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue