Fix Docker workflow

This commit is contained in:
Lukas Schulte Pelkum 2021-04-18 22:10:15 +02:00
parent 86522b63df
commit b5524f2b7e
No known key found for this signature in database
GPG Key ID: 408DA7CA81DB885C
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
if: env.BRANCH == 'develop'
run: echo "TAG=staging" >> $GITHUB_ENV
- name: define latest tag
if: env.BRANCH == 'main'
if: env.BRANCH == 'master'
run: echo "TAG=latest" >> $GITHUB_ENV
- name: set up qemu
uses: docker/setup-qemu-action@v1