mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-21 22:48:07 +00:00
Added permissions
This commit is contained in:
parent
b30034c00a
commit
3fb6c31dec
2
.github/workflows/multiarch.yml
vendored
2
.github/workflows/multiarch.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IMAGE_TAG: ghcr.io/${{ github.repository_owner }}/telegram-bot-api
|
IMAGE_TAG: ghcr.io/${{ github.repository_owner }}/telegram-bot-api
|
||||||
IMAGE_TAG_DH: ${{ secrets.DOCKERHUB_OWNER }}/telegram-bot-api
|
IMAGE_TAG_DH: ${{ secrets.DOCKERHUB_OWNER }}/telegram-bot-api
|
||||||
|
permissions: write-all
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
@ -154,6 +155,7 @@ jobs:
|
|||||||
name: Create and push multi-arch Docker manifest
|
name: Create and push multi-arch Docker manifest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
|
permissions: write-all
|
||||||
env:
|
env:
|
||||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||||
needs: build
|
needs: build
|
||||||
|
Loading…
Reference in New Issue
Block a user