diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 1abe1ee..f20fcc7 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -35,10 +35,9 @@ jobs: - name: Extract metadata for registry id: meta uses: docker/metadata-action@v5 - tags: | - type=raw,value=latest,enable={{is_default_branch}} with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker image uses: docker/build-push-action@v5