Skip to content

Commit

Permalink
chore: publish master tag
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess committed Jun 26, 2021
1 parent 79e2902 commit 157651f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish master tag
if: "!startsWith(github.ref, 'refs/tags/')"
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/parkour-vienna/distrust:master
context: dist/distrust_linux_amd64
file: Dockerfile
- name: Clear
if: always()
run: rm -f ${HOME}/.docker/config.json

0 comments on commit 157651f

Please sign in to comment.