Skip to content

Auto Update Factorio to stable version: 1.1.94 experimental version: … #317

Auto Update Factorio to stable version: 1.1.94 experimental version: …

Auto Update Factorio to stable version: 1.1.94 experimental version: … #317

Workflow file for this run

name: Docker build
on:
pull_request:
push:
tags:
- latest
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: build
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
run: |
./build.py