update docker publish action
Some checks failed
Build docker container / build (push) Failing after 8m0s
Some checks failed
Build docker container / build (push) Failing after 8m0s
This commit is contained in:
parent
4d303f33df
commit
18f50ed7f5
@ -31,7 +31,12 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
inages: git.claeyscloud.com/david/epg-info
|
inages: git.claeyscloud.com/david/epg-info
|
||||||
tags: type=semver,pattern={{version}}
|
tags: |
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=sha
|
||||||
- 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user