diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-09 22:00:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-09 22:00:15 +0200 |
| commit | 406277b16fbd1e839b07db13db457d827c4fcc62 (patch) | |
| tree | 2ac23a299251a92bb0fbfe20ffbeabd110ee8bf8 /.github/workflows/build-nightly-container.yml | |
| parent | 7259c636489cb23799e3fb7925d7e7e8341a1b94 (diff) | |
| download | invidious-406277b16fbd1e839b07db13db457d827c4fcc62.tar.gz invidious-406277b16fbd1e839b07db13db457d827c4fcc62.tar.bz2 invidious-406277b16fbd1e839b07db13db457d827c4fcc62.zip | |
Bump docker/build-push-action from 5 to 6 (#5287)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '6'
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>
Diffstat (limited to '.github/workflows/build-nightly-container.yml')
| -rw-r--r-- | .github/workflows/build-nightly-container.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-nightly-container.yml b/.github/workflows/build-nightly-container.yml index 5ff3322f..4149bd0b 100644 --- a/.github/workflows/build-nightly-container.yml +++ b/.github/workflows/build-nightly-container.yml @@ -50,7 +50,7 @@ jobs: quay.expires-after=12w - name: Build and push Docker AMD64 image for Push Event - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: docker/Dockerfile @@ -75,7 +75,7 @@ jobs: quay.expires-after=12w - name: Build and push Docker ARM64 image for Push Event - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: docker/Dockerfile.arm64 |
