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.
2 parents cb024a1 + 80af2dd commit 9408d44Copy full SHA for 9408d44
1 file changed
.github/workflows/cd.yml
@@ -90,7 +90,7 @@ jobs:
90
# Authenticate to the container registry
91
- name: Authenticate to Container Registry
92
id: login
93
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
94
with:
95
registry: ${{ env.CONTAINER_REGISTRY }}
96
username: ${{ env.CONTAINER_REGISTRY_USERNAME }}
0 commit comments