Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VinneyJ committed Oct 9, 2024
1 parent 05c47f1 commit 7231f75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: main
on:
push:
branches: [main]
branches:
- main
- chore/build-arm-image
env:
DOKKU_REMOTE_BRANCH: "master"
DOKKU_REMOTE_URL: "ssh://[email protected]/twoopstracker-ui"
Expand All @@ -22,6 +24,10 @@ jobs:
with:
fetch-depth: 0

# Add support for more platforms with QEMU (optional)
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

# Set up Node since it's required by version-check
# https://github.com/EndBug/version-check#github-workflow
- name: Setup Node.js
Expand Down Expand Up @@ -68,6 +74,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
tags: "codeforafrica/twoopstracker-ui:${{ steps.version-check.outputs.version }}"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twoopstrackerui",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"cms": "netlify-cms-proxy-server",
Expand Down

0 comments on commit 7231f75

Please sign in to comment.