Skip to content

Commit

Permalink
Merge branch 'main' into feature/display-all-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin authored Jul 3, 2024
2 parents f96f161 + 44b7bf9 commit 3b3014f
Show file tree
Hide file tree
Showing 98 changed files with 4,462 additions and 3,740 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charterafrica-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
paths:
- "apps/charterafrica/**"
- "charterafrica.Dockerfile"
- "Dockerfile"
- ".github/workflows/charterafrica-deploy-dev.yml"

# This allows a subsequently queued workflow run to interrupt previous runs
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
context: .
file: ./charterafrica.Dockerfile
target: charterafrica-runner
push: true
tags: "${{ env.IMAGE_NAME }}:${{ github.sha }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charterafrica-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
context: .
file: ./charterafrica.Dockerfile
target: charterafrica-runner
push: true
tags: "${{ env.IMAGE_NAME }}:${{ steps.version-check.outputs.version }}"

Expand Down
Loading

0 comments on commit 3b3014f

Please sign in to comment.