We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e2540f + c211f7f commit 34f5785Copy full SHA for 34f5785
1 file changed
.github/workflows/reusable-publish-image.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: docker/setup-buildx-action@v3
64
65
- name: Login to GitHub Container Registry
66
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.6.0
67
with:
68
registry: ${{ env.REGISTRY }}
69
username: ${{ github.repository_owner }}
@@ -126,7 +126,7 @@ jobs:
126
images: ${{ env.IMAGE_NAME }}
127
128
129
130
131
132
0 commit comments