fix ci
This commit is contained in:
parent
8ef1d88a13
commit
f667faf8f8
|
@ -57,7 +57,7 @@ jobs:
|
||||||
# username: ${{ secrets.DOCKER_USERNAME }}
|
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: 🐬镜像构建推送
|
- name: 🐬镜像构建推送
|
||||||
uses: https://${{ env.DOMAIN }}/actions/docker-build-push
|
uses: https://${{ env.DOMAIN }}/actions/docker-build-push@main
|
||||||
with:
|
with:
|
||||||
image: ${{ gitea.repository }}
|
image: ${{ gitea.repository }}
|
||||||
tags: ${{ gitea.sha }}
|
tags: ${{ gitea.sha }}
|
||||||
|
|
Loading…
Reference in New Issue