We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b57f0fe + c9d66b2 commit acae028Copy full SHA for acae028
.github/workflows/build-base-image.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Docker Buildx
32
uses: docker/setup-buildx-action@v3.10.0
33
- name: Login to GitHub Container Registry
34
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
35
with:
36
registry: ghcr.io
37
username: ${{ github.repository_owner }}
.github/workflows/build-pr-image.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments