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 eb0a733 commit 17c7f9cCopy full SHA for 17c7f9c
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Login to DockerHub
88
if: ${{ !github.event.pull_request.head.repo.fork }}
89
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
90
with:
91
username: ${{ vars.DOCKERHUB_USERNAME }}
92
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/release-pipeline.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments