Skip to content

Commit 8b40832

Browse files
authored
Merge pull request #125 from kondukto-io/develop
pipeline fixes
2 parents 97164a2 + dd90266 commit 8b40832

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/kondukto-nancy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Setup Go
4343
id: setup_go
44-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
44+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
4545
with:
4646
go-version: 1.23
4747
cache: true

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "VERSION_TAG=${{ env.GIT_TAG }}" | cut -d '-' -f 1 >> $GITHUB_ENV
3333
3434
- name: Install Go
35-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
35+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
3636
with:
3737
go-version: 1.23.x
3838
cache: true
@@ -94,8 +94,8 @@ jobs:
9494
${{ env.IMAGE_NAME }}:latest
9595
${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }}
9696
${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }}-${{ env.SHORT_SHA }}
97-
cache-from: type=gha
98-
cache-to: type=gha,mode=max
97+
cache-from: type=registry,ref=kondukto/${{ env.IMAGE_NAME }}:buildcache-${{ env.SHORT_SHA }}
98+
cache-to: type=registry,ref=kondukto/${{ env.IMAGE_NAME }}:buildcache-${{ env.SHORT_SHA }},mode=max
9999

100100
- name: Image digest
101101
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)