Skip to content

Commit

Permalink
ci: fix file argument
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo authored Jun 10, 2022
1 parent eea9acb commit 2f9344e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
uses: shuttle-hq/build-push-action@v2
with:
context: .
file: {context}/api/Containerfile
file: api/Containerfile
push: true
tags: ${{ env.CONTAINER_REGISTRY }}/backend:${{ github.sha }},${{ env.CONTAINER_REGISTRY }}/backend:latest
- name: Build And Push Provisioner Image
uses: shuttle-hq/build-push-action@v2
with:
context: .
file: {context}/provisioner/Containerfile
file: provisioner/Containerfile
push: true
tags: ${{ env.CONTAINER_REGISTRY }}/provisioner:${{ github.sha }},${{ env.CONTAINER_REGISTRY }}/provisioner:latest
- name: Deploy Image
Expand Down

0 comments on commit 2f9344e

Please sign in to comment.