ci: fix image taggin in build pipeline
This commit is contained in:
parent
f17ad4d9b1
commit
cb3628a9e1
@ -53,7 +53,7 @@ jobs:
|
||||
file: Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ${{ github.sha }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
env:
|
||||
DOCKER_HOST: "tcp://docker:2376/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user