Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build and upload to ghcr.io 📤
id: build-upload
uses: docker/bake-action@v7.0.0
uses: docker/bake-action@v7.1.0
env:
# https://github.com/docker/bake-action/issues/239#issuecomment-3828170326
BUILDX_METADATA_PROVENANCE: disabled
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Set output variables
id: set-output
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
# We need to produce the following JSON string from the bake action output,
# which is then used in follow-up steps to uniquelly identify the built
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
needs: [publish-dockerhub]

steps:
- uses: softprops/action-gh-release@v2
- uses: softprops/action-gh-release@v3
name: Create release
with:
generate_release_notes: true
Loading