We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bedfa4 commit ab50df0Copy full SHA for ab50df0
.github/workflows/publish-image-to-ghcr.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Push Docker image to Docker Registry
9
runs-on: ubuntu-22.04
10
steps:
11
- - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
12
with:
13
go-version: '1.21.7'
14
- run: go version
.github/workflows/publish-metacontroller-helm-chart.yml
@@ -23,7 +23,7 @@ jobs:
23
24
environment: ${{ inputs.GLUEOPS_ENV }}
25
26
27
28
29
0 commit comments