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 28dd617 commit f1c60a8Copy full SHA for f1c60a8
.github/workflows/ci-arm-build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: show system environs
39
run: ./ci/helpers/show_system_versions.bash
40
- name: login to Dockerhub
41
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
42
with:
43
username: ${{ secrets.DOCKER_USERNAME }}
44
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/ci-multi-architecture-fusing.yml
@@ -39,7 +39,7 @@ jobs:
45
0 commit comments