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 965c370 commit 5213b91Copy full SHA for 5213b91
.github/workflows/dockerPush.yml
@@ -29,7 +29,7 @@ jobs:
29
platforms: linux/amd64,linux/arm64
30
31
- name: Log in to Docker Hub
32
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
33
with:
34
username: ${{ secrets.DOCKER_USERNAME }}
35
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments