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
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
labels: type=semver,pattern={{version}}
|
||||
inages: git.claeyscloud.com/david/epg-info
|
||||
tags: type=semver,pattern={{version}}
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
git.claeyscloud.com/david/epg-info
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user