Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Sep 19, 2024
1 parent 00d17eb commit c8d5fc3
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/create-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
provenance: false
tags: ghcr.io/llnl/ams-ci-almalinux8:latest

- name: Build and push cuda container
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: "{{defaultContext}}:.github/containers/x86_64-broadwell-cuda11.6.1"
push: true
provenance: false
tags: ghcr.io/llnl/ams-ci-cuda11.6.1:latest
#- name: Build and push cuda container
# uses: docker/build-push-action@v6
# with:
# platforms: linux/amd64
# context: "{{defaultContext}}:.github/containers/x86_64-broadwell-cuda11.6.1"
# push: true
# provenance: false
# tags: ghcr.io/llnl/ams-ci-cuda11.6.1:latest

- name: Build and run tests
uses: .github/workflows/ci.yml
call-test-ci:
uses: .github/workflows/ci.yml
secrets: inherit

0 comments on commit c8d5fc3

Please sign in to comment.