wekan/.github/workflows/dockerimage.yml
2023-09-25 18:12:10 +03:00

20 lines
285 B
YAML

name: Docker Image CI
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag wekan:$(date +%s)