[ci] style: comply with linter
All checks were successful
Build and Publish / Build (push) Successful in 8s
Build and Publish / Deployment (push) Successful in 4s

This commit is contained in:
Simon Cornet 2024-10-09 15:41:12 +02:00
parent 363043ca59
commit 9c495827a2

View File

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