Skip to content

Commit

Permalink
Fix up docker build labels(again).
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem committed Feb 5, 2023
1 parent f27822f commit e1251c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ jobs:
id: set-tag
uses: docker/metadata-action@master
with:
images: ${{ secrets.DOCKERHUB_USERNAME }}/synapse
images: realtyem/synapse
flavor: |
latest=auto
tags: |
type=pep440,pattern={{raw}}
type=raw,value=develop,enable=${{ github.ref == 'refs/heads/unraid_develop' }}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/unraid_develop' }}
type=raw,value=${{ github.ref_name }},enable=${{ github.ref != 'refs/heads/unraid_develop' }}
- name: Build and push to repo
Expand Down

0 comments on commit e1251c2

Please sign in to comment.