From 4d303f33dffd7e4cfd44d8d096c99fc2b7d931ab Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 1 Aug 2024 10:09:46 +0200 Subject: [PATCH] update docker publish action --- .gitea/workflows/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index e7ac49b..25519df 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -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 }}