Skip to content

Commit

Permalink
fix: only build docker once
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Oct 23, 2024
1 parent e1a7f68 commit a593269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
with:
context: .
push: true
tags:
- ghcr.io/b-urb/doclytics:${{ env.BRANCH_NAME }}
- bjoern5urban/doclytics:${{ env.BRANCH_NAME }}
tags: |
ghcr.io/b-urb/doclytics:${{ env.BRANCH_NAME }}
bjoern5urban/doclytics:${{ env.BRANCH_NAME }}
platforms: linux/amd64,linux/arm64
release:
Expand Down

0 comments on commit a593269

Please sign in to comment.