ci: define context for docker
This commit is contained in:
parent
be46e43042
commit
5b98be9787
1 changed files with 2 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: Containerfile
|
||||
file: /workspace/sr2/cloud-api/Containerfile
|
||||
context: /workspace/sr2/cloud-api/
|
||||
push: true
|
||||
tags: guardianproject.dev/${{ github.repository }}:${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue