Skip to content

Commit

Permalink
Merge pull request #166 from fusion-energy/develop
Browse files Browse the repository at this point in the history
moved file to with section
  • Loading branch information
shimwell authored Dec 27, 2022
2 parents 6a48824 + 1255166 commit 16fc1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Build and push Docker image
uses: docker/build-push-action@v2
file: .devcontainer/base.Dockerfile
with:
file: .devcontainer/base.Dockerfile
push: true
tags: ghcr.io/fusion-energy/neutronics-workshop-base

1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: .devcontainer/Dockerfile
tags: ghcr.io/fusion-energy/neutronics-workshop
build-args: |
include_avx=false
Expand Down

0 comments on commit 16fc1ea

Please sign in to comment.