This commit is contained in:
edoapra 2022-10-25 17:32:05 -07:00
parent 173b83b316
commit 72c80e14b5
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -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 }}