Files
hl-server/.github/workflows/docker-image.yml
Jose Jimenez 6a23db18b9 Initial commit
2025-01-16 23:01:08 +01:00

12 lines
222 B
YAML

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