Skip to content

Commit

Permalink
Merge pull request #737 from CodeForAfrica/chore/ui_docker_charterafr…
Browse files Browse the repository at this point in the history
…ica_codeforafrica

@/charterafrica `Dockerfile` migration
  • Loading branch information
kilemensi authored Jun 26, 2024
2 parents 0c793d3 + 52b6b79 commit f5264c5
Show file tree
Hide file tree
Showing 28 changed files with 1,691 additions and 2,511 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 f5264c5

Please sign in to comment.