Skip to content

Commit

Permalink
Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wkornewald committed Nov 12, 2023
1 parent 014eb3d commit c89c29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags:
- ghcr.io/${{ github.repository }}:latest
- ghcr.io/${{ github.repository }}:1
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:1

0 comments on commit c89c29f

Please sign in to comment.