We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031e8a2 commit 0f097b2Copy full SHA for 0f097b2
.github/workflows/docker.yaml
@@ -21,7 +21,7 @@ jobs:
21
uses: docker/setup-buildx-action@v3.10.0
22
23
- name: Log into registry ${{ env.REGISTRY }}
24
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
25
with:
26
registry: ${{ env.REGISTRY }}
27
username: ${{ github.actor }}
0 commit comments