Compare commits

..

No commits in common. "dependabot/github_actions/docker/build-push-action-7" and "main" have entirely different histories.

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@v7
uses: docker/build-push-action@v6
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@v7
uses: docker/build-push-action@v6
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@v7
uses: docker/build-push-action@v6
with:
context: .
file: ./Containerfile