Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesxu123 committed Mar 4, 2024
1 parent 6451c0f commit d210619
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ jobs:
file: ./Dockerfile
push: true
tags: hackduke/blueride-mailer:latest
- name: Build and push Docker image for arm64
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile
push: true
tags: hackduke/blueride-mailer:latest
platforms: linux/arm64

0 comments on commit d210619

Please sign in to comment.