update docker publish action
Some checks failed
Build docker container / build (push) Failing after 59s
Some checks failed
Build docker container / build (push) Failing after 59s
This commit is contained in:
parent
99e1540eae
commit
4d303f33df
@ -30,13 +30,13 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
labels: type=semver,pattern={{version}}
|
inages: git.claeyscloud.com/david/epg-info
|
||||||
|
tags: type=semver,pattern={{version}}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
git.claeyscloud.com/david/epg-info
|
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user