Skip to content

Commit

Permalink
Merge pull request #8 from equinor/subsheat3D/test_from_grids
Browse files Browse the repository at this point in the history
DOC: fix docker CI
  • Loading branch information
adamchengtkc authored Nov 20, 2023
2 parents 5fc3434 + 78731bd commit ee4906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -36,6 +35,7 @@ jobs:
name: Build
uses: docker/build-push-action@v2
with:
file: .devcontainer/Dockerfile
context: .
push: true
platforms: linux/amd64
Expand Down

0 comments on commit ee4906b

Please sign in to comment.