Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesxu123 committed Mar 5, 2024
2 parents 7119849 + d9a533d commit 7cd77e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker Image CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
push_to_registry_amd64:
Expand All @@ -29,8 +27,8 @@ jobs:
tags: hackduke/blueride-mailer:latest

push_to_registry_arm64:
name: Push Docker image to Docker Hub
runs-on: macos-14
name: Push Docker image to Docker Hub (ARM64)
runs-on: self-hosted
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 7cd77e9

Please sign in to comment.