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 0ed8b07 commit 3c2bce9Copy full SHA for 3c2bce9
.github/workflows/CI-CD.yaml
@@ -47,7 +47,7 @@ jobs:
47
uses: docker/[email protected]
48
49
- name: Log into registry ${{ env.REGISTRY }}
50
- uses: docker/login-action@v3.2.0
+ uses: docker/login-action@v3.3.0
51
with:
52
registry: ${{ env.REGISTRY }}
53
username: ${{ github.actor }}
.github/workflows/docker.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
0 commit comments