ci: define context for docker
All checks were successful
ci / ruff (push) Successful in 3s
ci / ty (push) Successful in 4s
ci / tests (push) Successful in 15s
ci / build (push) Successful in 34s

This commit is contained in:
Iain Learmonth 2026-06-22 15:30:19 +01:00
parent be46e43042
commit 5b98be9787

View file

@ -80,6 +80,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
file: Containerfile file: /workspace/sr2/cloud-api/Containerfile
context: /workspace/sr2/cloud-api/
push: true push: true
tags: guardianproject.dev/${{ github.repository }}:${{ github.ref_name }} tags: guardianproject.dev/${{ github.repository }}:${{ github.ref_name }}