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 211d292 commit b2381e0Copy full SHA for b2381e0
.github/workflows/ci.yml
@@ -168,7 +168,7 @@ jobs:
168
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
169
170
- name: Login to GHCR
171
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
172
with:
173
registry: ghcr.io
174
username: ${{ github.repository_owner }}
0 commit comments