Skip to content

Commit

Permalink
Temp remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Sep 19, 2024
1 parent 1c58660 commit 837d9c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/create-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: Build and push cuda container
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 837d9c2

Please sign in to comment.