watcher/.gitea/workflows/build-push.yml
timerzz 93c154e985
Some checks failed
Build image / build (push) Failing after 4s
feat 修改build流程
2024-04-12 14:19:41 +08:00

7 lines
184 B
YAML

name: Build image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:latest -f Dockerfile .