Skip to content

Commit

Permalink
fix deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 21, 2024
1 parent 140fa0d commit 28d3dd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: |
${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
ghcr.io/${{ github.repository }}
images: ${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down

0 comments on commit 28d3dd0

Please sign in to comment.