Skip to content

Commit

Permalink
Try pushing with build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 28, 2023
1 parent 193ce56 commit f697bfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: docker images

- name: Build and Push Docker Image (Without Solvers)
env:
IMAGE_NAME: pybamm/pybamm:latest
run: |
docker build -t $IMAGE_NAME -f scripts/Dockerfile .
docker push $IMAGE_NAME
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: latest

- name: Build and Push Docker Image (With JAX Solver)
env:
Expand Down

0 comments on commit f697bfe

Please sign in to comment.