We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776fc36 commit 2dfcc45Copy full SHA for 2dfcc45
.github/workflows/ci.yml
@@ -148,7 +148,7 @@ jobs:
148
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
149
150
- name: Login to Upbound
151
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
152
if: env.XPKG_ACCESS_ID != ''
153
with:
154
registry: xpkg.upbound.io
@@ -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.7.0
+ uses: docker/login-action@v4.0.0
172
173
registry: ghcr.io
174
username: ${{ github.repository_owner }}
0 commit comments