Skip to content

Add Twitter and Reddit Socials #662

Add Twitter and Reddit Socials

Add Twitter and Reddit Socials #662

Workflow file for this run

name: Website Docker Release
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: faforever/faf-website
push: ${{ github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags') }}
tag_with_ref: true