Skip to content

Commit

Permalink
chore: bump charterafrica to 0.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
VinneyJ committed Oct 9, 2024
1 parent 1bd2fe8 commit b5ce7c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/charterafrica-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: charterAFRICA | Deploy | DEV

on:
push:
branches: [main]
branches:
- main
- chore/build-arm-image
paths:
- "apps/charterafrica/**"
- "Dockerfile"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/charterafrica-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: charterAFRICA | Deploy | PROD

on:
push:
branches: [main]
branches:
- main
- chore/build-arm-image

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand Down Expand Up @@ -92,6 +94,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
context: .
platforms: linux/amd64,linux/arm64
push: true
secrets: |
"sentry_auth_token=${{ secrets.SENTRY_AUTH_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion apps/charterafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charterafrica",
"version": "0.1.33",
"version": "0.1.34",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "This is the official code for https://charter.africa site",
Expand Down

0 comments on commit b5ce7c4

Please sign in to comment.