We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e8e8e commit 1a0f1beCopy full SHA for 1a0f1be
.github/workflows/ci.yml
@@ -146,7 +146,7 @@ jobs:
146
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
147
148
- name: Login to GitHub Container Registry
149
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
150
with:
151
registry: ghcr.io
152
username: ${{ github.repository_owner }}
0 commit comments