Files
xpipe-selkies/.github/workflows/docker-build.yml
Christopher Schnick fed35dad7e Restructuring
2024-09-16 14:38:46 +02:00

16 lines
294 B
YAML

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