File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2323 permissions :
2424 id-token : write
2525 contents : read
26+ packages : write
2627 with :
2728 tag : ${{ needs.update.outputs.tag }}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name: Build image from version tag
44permissions :
55 id-token : write
66 contents : read
7+ packages : write
78on :
89 push :
910 # XXX: Tags pushed via actions (i.e., auto-semver) are not able to trigger additional workflows;
2122jobs :
2223 build :
2324 if : github.event_name == 'push' || github.event_name == 'pull_request'
24- uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v1
25+ uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v2
2526 secrets : inherit
2627 with :
2728 image-name : ${{ vars.DOCKER_IMAGE_NAME }}
2829 tag : ${{ inputs.tag }}
30+
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name: Rebuild image
44permissions :
55 id-token : write
66 contents : read
7+ packages : write
78on :
89 schedule :
910 - cron : ' 47 4 1 * *'
2021
2122jobs :
2223 build :
23- uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v1
24+ uses : discoverygarden/docker-image-reusable-workflows/.github/workflows/build-image.yml@v2
2425 secrets : inherit
2526 with :
2627 env : ${{ inputs.env || github.event_name == 'pull_request' && 'dev' || 'prod' }}
You can’t perform that action at this time.
0 commit comments