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