We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0f21f commit 4c8088fCopy full SHA for 4c8088f
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
170
171
- name: Login to GHCR
172
- uses: docker/login-action@v3.6.0
+ uses: docker/login-action@v3.7.0
173
with:
174
registry: ghcr.io
175
username: ${{ github.repository_owner }}
0 commit comments