Skip to content

Commit

Permalink
chore: bump version 0.2.3 to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VinneyJ committed Oct 9, 2024
1 parent 361b6d0 commit b128c9d
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]/dominion-africa-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 @@ -67,6 +73,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: "${{ env.IMAGE_NAME }}:${{ 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": "dominion",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"homepage": "https://dev.dominion.africa",
"dependencies": {
Expand Down

0 comments on commit b128c9d

Please sign in to comment.