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 f04f444 commit 5683dfaCopy full SHA for 5683dfa
.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.3.0
+ uses: docker/login-action@v3.4.0
173
with:
174
registry: ghcr.io
175
username: ${{ github.repository_owner }}
0 commit comments