We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0bd66 commit 04bd6f8Copy full SHA for 04bd6f8
.github/workflows/image-build-and-publish-push.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: "[prind] set up build environment"
49
uses: ./.github/actions/image-build-common
50
- name: "[docker] login"
51
- uses: docker/login-action@v3.6.0
+ uses: docker/login-action@v3.7.0
52
with:
53
username: ${{ secrets.DOCKERHUB_USERNAME }}
54
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/image-build-and-publish-schedule.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
0 commit comments