update docker publish action
Some checks failed
Build docker container / build (push) Failing after 8m0s

This commit is contained in:
David Claeys 2024-08-01 10:17:09 +02:00
parent 4d303f33df
commit 18f50ed7f5

View File

@ -31,7 +31,12 @@ jobs:
uses: docker/metadata-action@v5
with:
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
uses: https://github.com/docker/build-push-action@v5
with: