login-action/.github/workflows/docker-image.yml
阿謃 764fd3998c
Add Docker Image CI workflow
Signed-off-by: 阿謃 <svipax001@zohomail.cn>
2026-04-30 03:13:38 +08:00

19 lines
305 B
YAML

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)