Converto to GitHub actions (#364)

This commit is contained in:
Sandro
2021-01-26 19:43:14 +01:00
committed by GitHub
parent ac6d647ddd
commit 3e736968d1
5 changed files with 104 additions and 55 deletions

View File

@@ -0,0 +1,15 @@
name: Docker build & push
on:
push:
branches: master
jobs:
docker-description:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: description
run: |
DOCKERHUB_USERNAME=$DOCKER_USERNAME DOCKERHUB_PASSWORD=$DOCKER_PASSWORD DOCKERHUB_REPOSITORY='factoriotools/factorio' README_FILEPATH='./README.md' ./update-dockerhub-description.sh