We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc9bb69 + 45acc70 commit 80bb6d2Copy full SHA for 80bb6d2
1 file changed
.github/workflows/build.yml
@@ -123,7 +123,7 @@ jobs:
123
124
# Login to our Docker registry, so that we can access private Docker images using "docker compose" below.
125
- name: Login to ${{ env.DOCKER_REGISTRY }}
126
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
127
with:
128
registry: ${{ env.DOCKER_REGISTRY }}
129
username: ${{ github.repository_owner }}
0 commit comments