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 25fcc78 commit 53df34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
file: .github/containers/x86_64-broadwell-gcc11.2.1/Dockerfile
context: .github/containers/x86_64-broadwell-gcc11.2.1
push: true
provenance: false
tags: ghcr.io/llnl/ams-ci-almalinux8:latest
Expand All @@ -34,7 +34,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
file: .github/containers/x86_64-broadwell-cuda11.6.1/Dockerfile
context: .github/containers/x86_64-broadwell-cuda11.6.1
push: true
provenance: false
tags: ghcr.io/llnl/ams-ci-cuda11.6.1:latest

0 comments on commit 53df34e

Please sign in to comment.