This commit is contained in:
千里走单骑 2024-04-02 01:29:01 +08:00
parent 8ef1d88a13
commit f667faf8f8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
- name: 🐬镜像构建推送
uses: https://${{ env.DOMAIN }}/actions/docker-build-push
uses: https://${{ env.DOMAIN }}/actions/docker-build-push@main
with:
image: ${{ gitea.repository }}
tags: ${{ gitea.sha }}