From 9c495827a2710cf5d7fe844aea078a8826549321 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 9 Oct 2024 15:41:12 +0200 Subject: [PATCH] [ci] style: comply with linter --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6fc1b60..5aeaca4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ # generic name: 'Build and Publish' -on: +on: # yamllint disable-line rule:truthy schedule: - cron: '30 8 * * sun' push: @@ -33,7 +33,7 @@ jobs: - name: 'Build and Publish' uses: 'docker/build-push-action@v6' with: - build-args: 'GITEA_SHA=${{ gitea.sha }}' + build-args: 'GITEA_SHA=${{ gitea.sha }}' context: '.' file: 'Dockerfile.linux.amd64' push: true