Bump docker/build-push-action from 4 to 5 (#18579)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2b9f0ae640
commit
5408a3e8f8
|
@ -83,7 +83,7 @@ jobs:
|
|||
gh_env.write("DOCKER_TAGS=" + ",".join(tags))
|
||||
shell: python
|
||||
|
||||
- uses: docker/build-push-action@v4
|
||||
- uses: docker/build-push-action@v5
|
||||
with:
|
||||
build-args: |
|
||||
PYTHON_VERSION=${{ matrix.python_version }}
|
||||
|
@ -117,7 +117,7 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- uses: docker/build-push-action@v4
|
||||
- uses: docker/build-push-action@v5
|
||||
with:
|
||||
build-args: |
|
||||
PYTHON_VERSION=${{ matrix.python_version }}
|
||||
|
@ -149,7 +149,7 @@ jobs:
|
|||
- name: Build Conda Docker
|
||||
# publish master/release
|
||||
continue-on-error: true
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
file: dockers/nvidia/Dockerfile
|
||||
push: false
|
||||
|
|
Loading…
Reference in New Issue