Skip to content
Merged
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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
go.mod
**/go.mod
- name: Set up ko
uses: ko-build/setup-ko@v0.9
uses: ko-build/setup-ko@v0.10
- name: Build & Publish svc1
# TODO: use mage for this so it can pick up all the defined builds automatically
# make sure to overwrite all the labels from the chainguard base image
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
go.mod
**/go.mod
- name: Set up ko
uses: ko-build/setup-ko@v0.9
uses: ko-build/setup-ko@v0.10
- name: "Build & Publish ent-blog svc"
# TODO: use mage for this so it can pick up all the defined builds automatically
# make sure to overwrite all the labels from the chainguard base image
Expand Down