Skip to content

Commit

Permalink
Fix docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
phdelodder committed Dec 5, 2022
1 parent ff3c3bf commit acd454f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
VERSION=${{ steps.version.outputs.prop }}
push: ${{ github.event_name != 'pull_request' }}
tags: |
deconzcommunity/deconz:latest
deconzcommunity/deconz:${{ steps.version.outputs.prop }}
deconzcommunity/zshark:latest
deconzcommunity/zshark:${{ steps.version.outputs.prop }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.prop }}
labels: |
Expand Down

0 comments on commit acd454f

Please sign in to comment.