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

This commit is contained in:
David Claeys 2024-08-01 10:09:46 +02:00
parent 99e1540eae
commit 4d303f33df

View File

@ -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 }}