Skip to content

Commit abf9b70

Browse files
committed
fix log in
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 27e1aca commit abf9b70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/manual-docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }}
6060
runs-on: "docker-build-${{ inputs.node }}"
6161
steps:
62+
- uses: docker/login-action@v3.2.0
63+
with:
64+
username: ${{ secrets.DOCKERHUB_USER }}
65+
password: ${{ secrets.DOCKERHUB_TOKEN }}
66+
6267
- name: Image Publish
6368
uses: opea-project/validation/actions/image-publish@main
6469
with:

0 commit comments

Comments
 (0)