Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
36033d9d28
chore(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 20:51:10 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ jobs:
STREAM_SPROUT_VER=$(grep "^readonly VERSION" stream-sprout | cut -d'"' -f2)
echo "STREAM_SPROUT_VER=$STREAM_SPROUT_VER" >> $GITHUB_ENV
- name: "Build Container 🐋"
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ./Containerfile

View file

@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: build local container
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ./Containerfile

View file

@ -86,7 +86,7 @@ jobs:
STREAM_SPROUT_VER=$(grep "^readonly VERSION" stream-sprout | cut -d'"' -f2)
echo "STREAM_SPROUT_VER=$STREAM_SPROUT_VER" >> $GITHUB_ENV
- name: "Build Container 🐋"
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ./Containerfile