We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fb7d06 + 89d3d03 commit 773f10fCopy full SHA for 773f10f
1 file changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Login to GitHub Container Registry
49
if: ${{ github.ref_name == 'main' }}
50
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
51
with:
52
registry: ${{ env.REGISTRY }}
53
username: ${{ github.actor }}
@@ -128,7 +128,7 @@ jobs:
128
uses: docker/setup-buildx-action@v3
129
130
131
132
133
134
0 commit comments