Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Sep 18, 2024
1 parent 194b2bb commit 88f8a22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: .github/containers/x86_64-broadwell-gcc11.2.1
file: .github/containers/x86_64-broadwell-gcc11.2.1/Dockerfile
context: {{defaultContext}}:.github/containers/x86_64-broadwell-gcc11.2.1
file: {{defaultContext}}:.github/containers/x86_64-broadwell-gcc11.2.1/Dockerfile
push: true
provenance: false
tags: ghcr.io/llnl/ams-ci-almalinux8:latest
Expand All @@ -35,8 +35,8 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: .github/containers/x86_64-broadwell-cuda11.6.1
file: .github/containers/x86_64-broadwell-cuda11.6.1/Dockerfile
context: {{defaultContext}}:.github/containers/x86_64-broadwell-cuda11.6.1
file: {{defaultContext}}:.github/containers/x86_64-broadwell-cuda11.6.1/Dockerfile
push: true
provenance: false
tags: ghcr.io/llnl/ams-ci-cuda11.6.1:latest

0 comments on commit 88f8a22

Please sign in to comment.