This commit is contained in:
xiaojunnuo
2024-08-26 11:06:28 +08:00
parent 08a702a758
commit ca4a1b8d92
2 changed files with 10 additions and 1 deletions

View File

@@ -58,6 +58,12 @@ jobs:
username: ${{ secrets.aliyun_cs_username }}
password: ${{ secrets.aliyun_cs_password }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.dockerhub_username }}
password: ${{ secrets.dockerhub_password }}
- name: Build and push
uses: docker/build-push-action@v6
with: