We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f7261 commit 88e2e0bCopy full SHA for 88e2e0b
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
148
149
- name: Login to Upbound
150
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
151
if: env.XPKG_ACCESS_ID != ''
152
with:
153
registry: xpkg.upbound.io
@@ -167,7 +167,7 @@ jobs:
167
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
168
169
- name: Login to GHCR
170
171
172
registry: ghcr.io
173
username: ${{ github.repository_owner }}
0 commit comments