Fix GH Actions

This commit is contained in:
2025-04-01 16:29:18 +03:30
parent fe3247f126
commit e98514d675

View File

@@ -73,7 +73,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
context: ./HoolIt
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}