1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-02-19 19:10:26 +02:00
This commit is contained in:
Bill Plein 2023-03-05 14:08:08 -06:00
commit d21d722aaf

18
.github/workflows/docker-image.yml vendored Normal file
View File

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