Skip to content

chore(deps): update hagak/containers digest to 1e5a818 #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pr-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ concurrency:

jobs:
simple-checks:
uses: hagak/containers/.github/workflows/simple-checks.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/simple-checks.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main

get-changed-images:
uses: hagak/containers/.github/workflows/get-changed-images.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/get-changed-images.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main

build-images:
needs: ["simple-checks", "get-changed-images"]
if: ${{ needs.get-changed-images.outputs.addedOrModified == 'true' }}
uses: hagak/containers/.github/workflows/build-images.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/build-images.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main
secrets: inherit
permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ on:

jobs:
simple-checks:
uses: hagak/containers/.github/workflows/simple-checks.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/simple-checks.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main

get-changed-images:
needs: ["simple-checks"]
uses: hagak/containers/.github/workflows/get-changed-images.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/get-changed-images.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main

build-images:
needs: ["simple-checks", "get-changed-images"]
if: ${{ needs.get-changed-images.outputs.addedOrModified == 'true' }}
uses: hagak/containers/.github/workflows/build-images.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/build-images.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main
secrets: inherit
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ on:
jobs:
simple-checks:
name: Simple Checks
uses: hagak/containers/.github/workflows/simple-checks.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/simple-checks.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main

build-images:
name: Build Images
needs: simple-checks
uses: hagak/containers/.github/workflows/build-images.yaml@a57e062be47cd4e71a8a644b3f060862e482e0dc # main
uses: hagak/containers/.github/workflows/build-images.yaml@1e5a8189ebee5b72d5f9f70e56a88170ae9c3dd7 # main
secrets: inherit
permissions:
contents: read
Expand Down