Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 3 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v6)

---
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>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 809b306 commit 53e5af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo VERSION=$(git describe --tags > /dev/null 2>&1 && git describe --tags | head -1 | sed -re "s/${VERSION_PATTERN}/\\1.\\3\\2/" | sed -re 's/\.$/.0/') >> $GITHUB_ENV
- name: Build and push main image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: fossology/fossology:latest
Expand All @@ -55,7 +55,7 @@ jobs:
org.opencontainers.image.version=${VERSION}
- name: Build and push runner image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: fossology/fossology:scanner
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push main image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: fossology/fossology:${{ steps.get_release.outputs.tag_name }}
Expand All @@ -154,7 +154,7 @@ jobs:
context: .

- name: Build and push runner image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: fossology/fossology:${{ steps.get_release.outputs.tag_name }}-scanner
Expand Down

0 comments on commit 53e5af6

Please sign in to comment.