Skip to content

Dockerfile: Update base image #24

Dockerfile: Update base image

Dockerfile: Update base image #24

Workflow file for this run

name: FAF UnitDB CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: faforever/faf-unitdb
tag_with_ref: true