watcher/.gitea/workflows/build-image.yml

8 lines
219 B
YAML
Raw Normal View History

2024-04-12 13:54:55 +08:00
name: Build image
2024-04-12 14:01:35 +08:00
run-name: ${{ github.actor }} 构建镜像
2024-04-12 13:32:32 +08:00
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
2024-04-12 14:01:35 +08:00
- run: docker build -t ${{ DOCKER_REGISTRY }}/${{ IMAGE_NAME }}:latest .