Skip to content

Commit 8773990

Browse files
Merge pull request #24 from discoverygarden/ISX-86
ISX-86: Build public images
2 parents 82b23ec + f5f456c commit 8773990

File tree

5 files changed

+5
-20
lines changed

5 files changed

+5
-20
lines changed

.github/workflows/auto-semver.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
permissions:
2424
id-token: write
2525
contents: read
26+
packages: write
2627
with:
2728
tag: ${{ needs.update.outputs.tag }}

.github/workflows/build-image-from-tag-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Build image from version tag
44
permissions:
55
id-token: write
66
contents: read
7+
packages: write
78
on:
89
push:
910
# XXX: Tags pushed via actions (i.e., auto-semver) are not able to trigger additional workflows;
@@ -21,7 +22,7 @@ on:
2122
jobs:
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 }}

.github/workflows/rebuild-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Rebuild image
44
permissions:
55
id-token: write
66
contents: read
7+
packages: write
78
on:
89
schedule:
910
- cron: '47 4 1 * *'
@@ -20,7 +21,7 @@ on:
2021

2122
jobs:
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' }}

CHANGELOG.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

VERSION

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)