fix: Pipelines again
This commit is contained in:
parent
02e75b6813
commit
a429e1f08d
6
.github/workflows/build-and-publish.yml
vendored
6
.github/workflows/build-and-publish.yml
vendored
@ -46,9 +46,9 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags:
|
||||
- ${{ env.IMAGE_NAME }}:latest
|
||||
- ${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME }}:latest
|
||||
${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Log image name
|
||||
|
Loading…
x
Reference in New Issue
Block a user