mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 08:26:53 +00:00
chore(deps): Bump docker/build-push-action from 2.5.0 to 4.0.0 (#193)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](ad44023a93...3b5e8027fc)
---
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>
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
type=sha
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
type=sha
|
||||
|
||||
- name: Build and push Docker image (paralus-init)
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.initialize
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
type=sha
|
||||
|
||||
- name: Build and push Docker image (kratos-sync)
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.synchronizer
|
||||
|
||||
Reference in New Issue
Block a user