This commit is contained in:
Shehab Ali Tweel
2025-04-27 21:08:24 +02:00
parent 17837b69a9
commit b4faaf70c0

View File

@@ -44,7 +44,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
context: ./backend
push: ${{ inputs.always_push || github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}