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 bb712bd commit b56809fCopy full SHA for b56809f
.github/workflows/dockerPush.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24
25
- name: Log in to Docker Hub
26
- uses: docker/login-action@v3.1.0
+ uses: docker/login-action@v3.3.0
27
with:
28
username: ${{ secrets.DOCKER_USERNAME }}
29
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -57,7 +57,7 @@ jobs:
57
platforms: linux/amd64,linux/arm64
58
59
60
61
62
63
0 commit comments