From d94b67e68942adfc96b1b878fb134dce0ed416d5 Mon Sep 17 00:00:00 2001 From: Timo Boomers Date: Fri, 18 Jul 2025 10:43:03 +0200 Subject: [PATCH] simplified metadata --- .gitea/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6b9f9ac..47ad9a3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,17 +27,10 @@ jobs: username: ${{ gitea.actor }} password: ${{ secrets.GITEA_TOKEN }} - - name: Extract metadata - id: meta - uses: docker/metadata-action - with: - images: gitea.xeovalyte.dev/xeovalyte/workout - - name: Build an publish id: push - uses: docker/build-push-action + uses: docker/build-push-action@v6 with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + tags: gitea.xeovalyte.dev/xeovalyte/workout:latest