We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a2637 commit 82a9b89Copy full SHA for 82a9b89
1 file changed
.github/workflows/build.yml
@@ -471,8 +471,8 @@ jobs:
471
fail-fast: false
472
name: 7 push (${{ matrix.tag }}, ${{ matrix.arch }})
473
permissions:
474
- packages: write
475
- statuses: write
+ packages: ${{ inputs.image_json && 'read' || 'write' }}
+ statuses: ${{ inputs.image_json && 'none' || 'write' }}
476
runs-on: ubuntu-latest
477
steps:
478
- uses: actions/checkout@v2
@@ -502,8 +502,8 @@ jobs:
502
503
name: 8 push manifest (${{ matrix.tag }})
504
505
506
507
508
509
0 commit comments