We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9839dc1 commit 37b0821Copy full SHA for 37b0821
.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.0.0
+ uses: docker/login-action@v3.1.0
35
with:
36
registry: ${{ env.REGISTRY }}
37
username: ${{ github.actor }}
@@ -48,7 +48,7 @@ jobs:
48
49
# Use `docker/build-push-action` to build (and optionally publish) the image.
50
- name: Build Docker Image (with optional Push)
51
- uses: docker/build-push-action@v5.1.0
+ uses: docker/build-push-action@v5.3.0
52
53
context: .
54
file: images/test-ubuntu-git.Dockerfile
0 commit comments