Skip to content

Commit

Permalink
Merge branch 'add-docker-workflow' of https://github.com/moleculemake…
Browse files Browse the repository at this point in the history
…r/ReactionMiner into add-docker-workflow
  • Loading branch information
bodom0015 committed Jan 23, 2025
2 parents d239fce + edde6ee commit 222e35d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ on:
push:
branches:
- main
# TODO: Remove ReactionMiner_v2 once it has been merged back to main
# TODO: Remove these once it has been merged back to main
- ReactionMiner_v2
- add-docker-workflow

pull_request:

Expand Down Expand Up @@ -68,7 +69,9 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64
# TODO: support arm64?
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 222e35d

Please sign in to comment.