Skip to content

Always download latest mta server #5

Always download latest mta server

Always download latest mta server #5

Workflow file for this run

name: Pushes
on:
push:
branches:
- master
- release/production
jobs:
build-development:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/build-docker.yml
with:
dockertag: latest
build-production:
if: github.ref == 'refs/heads/release/production'
uses: ./.github/workflows/build-docker.yml
with:
dockertag: stable