Skip to content

Commit

Permalink
build-push-action@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Jun 17, 2024
1 parent a6a7c02 commit 651ad44
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
grep FROM Dockerfile
fi
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
provenance: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multiple_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
echo "date=$(TZ=America/Los_Angeles date +%Y%m%d_%H%M%S)" >> $GITHUB_ENV
- name: build_filter
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
provenance: false
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
echo "GITHUB_ENV" `cat $GITHUB_ENV`
echo " tag " ${{ env.tag }}
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-dev.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
shm-size: 256m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-dev.qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::set-output name=arch::$(echo ${{matrix.archs }} | sed 's/linux//'|sed 's/\///g' )"
shell: bash
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
echo "date=$(TZ=America/Los_Angeles date +%Y%m%d_%H%M%S)" >> $GITHUB_ENV
- name: build_docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-shifter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
echo "date is $tag_date"
echo "date=$tag_date" >> $GITHUB_ENV
- name: build_docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppc64le_xlf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fi
shell: bash
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tamm-shifter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
echo "date=$(TZ=America/Los_Angeles date +%Y%m%d_%H%M%S)" >> $GITHUB_ENV
- name: build_docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down

0 comments on commit 651ad44

Please sign in to comment.