Skip to content

Commit 642b058

Browse files
authored
Merge pull request #53 from crossplane-contrib/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents cea7de5 + e0b61f1 commit 642b058

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
181181

182182
- name: Login to Upbound
183-
uses: docker/login-action@v3
183+
uses: docker/login-action@v4
184184
if: env.XPKG_ACCESS_ID != ''
185185
with:
186186
registry: xpkg.upbound.io
@@ -200,7 +200,7 @@ jobs:
200200
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
201201

202202
- name: Login to GHCR
203-
uses: docker/login-action@v3
203+
uses: docker/login-action@v4
204204
with:
205205
registry: ghcr.io
206206
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)