Skip to content

Commit

Permalink
Add context to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
vejol committed Mar 5, 2024
1 parent 9794e27 commit 61f81d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: backend

tags: staging ${{ github.sha }}
context: backend/
containerfiles: |
backend/Dockerfile
Dockerfile
#build-args: |
# BASE_PATH=/example
# STAGING=true
Expand Down

0 comments on commit 61f81d1

Please sign in to comment.