We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692973e commit dd960bdCopy full SHA for dd960bd
.github/workflows/update-test-ubuntu-git.yml
@@ -31,7 +31,7 @@ jobs:
31
# Use `docker/login-action` to log in to GHCR.io.
32
# Once published, the packages are scoped to the account defined here.
33
- name: Log in to the ghcr.io container registry
34
- uses: docker/login-action@v3.1.0
+ uses: docker/login-action@v3.3.0
35
with:
36
registry: ${{ env.REGISTRY }}
37
username: ${{ github.actor }}
0 commit comments