Skip to content

Commit

Permalink
Test Build
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 6, 2024
1 parent d5127f2 commit 893a978
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/climatemappedafrica-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Climate Mapped Africa | Deploy | DEV

on:
push:
branches: [main]
branches: [chore/climatemapped-deploy-to-dev]
paths:
- "apps/climatemappedafrica/**"
- "Dockerfile"
Expand Down Expand Up @@ -33,6 +33,10 @@ jobs:
with:
fetch-depth: 0

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down Expand Up @@ -61,6 +65,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
context: .
platforms: linux/arm64
target: climatemappedafrica-runner
push: true
tags: "${{ env.IMAGE_NAME }}:${{ github.sha }}"
Expand Down

0 comments on commit 893a978

Please sign in to comment.