We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa07b35 commit 57377c3Copy full SHA for 57377c3
.github/workflows/ci.yaml
@@ -87,7 +87,7 @@ jobs:
87
run: echo "::set-output name=VERSION::$(make version)"
88
89
- name: Log in to the Container registry
90
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
91
with:
92
registry: ${{ env.REGISTRY }}
93
username: ${{ github.actor }}
@@ -136,7 +136,7 @@ jobs:
136
helm version
137
138
- name: Login to GitHub Container Registry
139
140
141
registry: ghcr.io
142
0 commit comments