Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 4 (#1473)
Browse files Browse the repository at this point in the history
* Bump docker/build-push-action from 3 to 4

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
5 people committed Feb 3, 2023
1 parent 98de5f5 commit 0e16392
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-checks.yml
Expand Up @@ -12,13 +12,13 @@ concurrency:

jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.4.1
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.5.0

check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.4.1
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.5.0

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.4.1
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.5.0
with:
import-name: "torchmetrics"
pypi-name: "torchmetrics"
artifact-name: dist-packages-${{ github.sha }}
import-name: "lightning_utilities"
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build Devcontainer Docker
# publish master/release
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
build-args: |
VARIANT=${{ matrix.python_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Devcontainer
# publish master/release
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
build-args: |
VARIANT=${{ matrix.python_version }}
Expand Down

0 comments on commit 0e16392

Please sign in to comment.