Fix Docker deployment
This commit is contained in:
parent
eb4f19ee3f
commit
6674fccb6a
4
.github/workflows/docker_publish.yml
vendored
4
.github/workflows/docker_publish.yml
vendored
@ -41,7 +41,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: |
|
||||||
|
ghcr.io/${{ github.repository }}:latest
|
||||||
|
ghcr.io/${{ github.repository }}:${{ github.event.release.name }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
|
Loading…
Reference in New Issue
Block a user