We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f0267 commit ba094b6Copy full SHA for ba094b6
1 file changed
.github/workflows/CI.yml
@@ -295,7 +295,7 @@ jobs:
295
fi
296
297
- name: Login to Docker Hub
298
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
299
if: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
300
with:
301
username: aminya
@@ -503,7 +503,7 @@ jobs:
503
uses: docker/setup-buildx-action@v3
504
505
506
507
508
509
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments