Use context to not try recheckout
Some checks failed
Build and deploy / deploy (push) Failing after 30s

This commit is contained in:
2024-10-12 01:21:05 +01:00
parent 29a932cbb1
commit a572e6bf33

View File

@@ -31,5 +31,6 @@ jobs:
name: Build and push name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: .
push: true push: true
tags: 'gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest' tags: 'gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest'