watcher/.gitea/workflows/build-image.yml
timerzz 9571733bbe
All checks were successful
Build image / Explore-Gitea-Actions (push) Successful in 4s
feat 修改build流程
2024-04-12 14:01:35 +08:00

8 lines
219 B
YAML

name: Build image
run-name: ${{ github.actor }} 构建镜像
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: docker build -t ${{ DOCKER_REGISTRY }}/${{ IMAGE_NAME }}:latest .