diff --git a/.github/workflows/create-containers.yml b/.github/workflows/create-containers.yml index d48cafb..1205916 100644 --- a/.github/workflows/create-containers.yml +++ b/.github/workflows/create-containers.yml @@ -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