We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dd3249 + b30e039 commit c1c133dCopy full SHA for c1c133d
2 files changed
.github/workflows/.binaries.yml
@@ -111,7 +111,7 @@ jobs:
111
-
112
name: Login to Docker Hub
113
if: github.event_name != 'pull_request'
114
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
115
with:
116
username: ${{ vars.DOCKERHUB_USER }}
117
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments