Remove sequence
This commit is contained in:
@@ -48,7 +48,5 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags:
|
||||
- ${{ steps.meta.outputs.tags }}
|
||||
- ghcr.io/${{ github.repository }}:latest
|
||||
tags: ${{ steps.meta.outputs.tags }},ghcr.io/${{ github.repository }}:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user