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 d474c4f commit d7f50e6Copy full SHA for d7f50e6
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
if: matrix.os == 'macos-latest'
28
uses: ./.github/actions/docker-install-macos
29
- name: Login to Docker Hub
30
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
31
with:
32
username: ${{ secrets.DOCKERHUB_USERNAME }}
33
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments