mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
updates
This commit is contained in:
parent
173b83b316
commit
72c80e14b5
1 changed files with 4 additions and 9 deletions
13
.github/workflows/docker_actions.yml
vendored
13
.github/workflows/docker_actions.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
key: ${{ matrix.folder}}-${{ matrix.fc}}/${{ matrix.archs}}-nwchem-dockeractions-v002
|
||||
- name: Qemu
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
image: crazymax/binfmt:v6.0.0
|
||||
- name: Available platforms
|
||||
|
|
@ -44,15 +44,10 @@ jobs:
|
|||
echo ${{ steps.qemu.outputs.platforms }}
|
||||
docker images
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver-opts: |
|
||||
image=moby/buildkit:master
|
||||
- name: Get Arch
|
||||
id: get-arch
|
||||
run: |
|
||||
echo "::set-output name=arch::$(echo ${{matrix.archs }} | sed 's/linux//'|sed 's/\///g' )"
|
||||
shell: bash
|
||||
- name: fetch cache
|
||||
if: (steps.setup-cache.outputs.cache-hit == 'true') && ( matrix.folder != 'helloworld' )
|
||||
run: |
|
||||
|
|
@ -62,14 +57,14 @@ jobs:
|
|||
rsync -av ~/cache/libext* cache/. ; \
|
||||
echo "libext cache fetched" ; \
|
||||
fi
|
||||
- uses: haya14busa/action-cond@v1
|
||||
- uses: haya14busa/action-cond@dependabot/npm_and_yarn/actions/core-1.9.1
|
||||
id: cache-hit-reporter
|
||||
with:
|
||||
cond: ${{ steps.setup-cache.outputs.cache-hit != '' }}
|
||||
if_true: "Y"
|
||||
if_false: "N"
|
||||
- name: build_schedule
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
push: false
|
||||
context: ${{ matrix.folder }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue