Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/build-push-action from 3 to 4 #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Build test image
if: ${{ matrix.build-docker-images }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
# TODO: We do not need the UI in these tests and we may want to add a build-arg to disable building it
Expand All @@ -118,7 +118,7 @@ jobs:

- name: Build Conda flavored test image
if: ${{ matrix.build-docker-images }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
build-args: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fetch-depth: 0

- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
build-args: PYTHON_VERSION=${{ matrix.python-version }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
fetch-depth: 0

- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
build-args: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Build test image
if: ${{ matrix.build-docker-images }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
# TODO: We do not need the UI in these tests and we may want to add a build-arg to disable building it
Expand All @@ -83,7 +83,7 @@ jobs:

- name: Build Conda flavored test image
if: ${{ matrix.build-docker-images }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
build-args: |
Expand Down