Skip to content

Commit

Permalink
Update docker-publish-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
migueLib authored Aug 6, 2024
1 parent afa3dde commit f3d87a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}


jobs:
build:

runs-on: macos-latest
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -67,7 +65,7 @@ jobs:
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-mac
images: ghcr.io/username/stardist-mac

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit f3d87a8

Please sign in to comment.