1
0
forked from lxh/go-wxhelper

💚 修改Actions工作流配置

This commit is contained in:
李寻欢 2023-10-25 09:08:06 +08:00
parent 08a2bf158d
commit 9f0626f1ec

View File

@ -24,6 +24,13 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Login to Repository
uses: docker/login-action@v2
with:
registry: gitee.ltd
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
- name: Build image
uses: docker/build-push-action@v2
with: