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