mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
build(deps): bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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>
This commit is contained in:
committed by
nitnelave
parent
1e6a0edcfb
commit
c3d18dbbe8
@@ -265,7 +265,7 @@ jobs:
|
|||||||
########################################
|
########################################
|
||||||
- name: Build and push latest alpine
|
- name: Build and push latest alpine
|
||||||
if: github.event_name != 'release'
|
if: github.event_name != 'release'
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
@@ -277,7 +277,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push latest debian
|
- name: Build and push latest debian
|
||||||
if: github.event_name != 'release'
|
if: github.event_name != 'release'
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
@@ -292,7 +292,7 @@ jobs:
|
|||||||
########################################
|
########################################
|
||||||
- name: Build and push release alpine
|
- name: Build and push release alpine
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
@@ -305,7 +305,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push release debian
|
- name: Build and push release debian
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
|
|||||||
Reference in New Issue
Block a user