Skip to content
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
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
# FIXME: can't use env object in reusable workflow inputs: https://github.com/orgs/community/discussions/26671
- run: echo "Exposing env vars for reusable workflow"
build:
uses: docker/github-builder/.github/workflows/build.yml@v1.6.0
uses: docker/github-builder/.github/workflows/build.yml@v1.8.0
permissions:
contents: read
packages: write # required to push to GHCR
id-token: write # for signing attestation(s) with GitHub OIDC Token
needs:
- build-prepare
with:
runner: auto
distribute: true
setup-qemu: true
output: image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete_untagged_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete all images from repository without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v6.1.0
uses: Chizkiyahu/delete-untagged-ghcr-action@v6.1.1
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
Expand Down
Loading