mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-09 16:07:40 +08:00
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:
parent
fc7ed0b391
commit
f9dfd4a6fc
3 changed files with 5 additions and 5 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
update-binfmts --enable
|
update-binfmts --enable
|
||||||
|
|
||||||
- name: Build and push Alpine
|
- name: Build and push Alpine
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
@ -119,7 +119,7 @@ jobs:
|
||||||
${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-
|
||||||
|
|
||||||
- name: Build and push Ubuntu
|
- name: Build and push Ubuntu
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
update-binfmts --enable
|
update-binfmts --enable
|
||||||
|
|
||||||
- name: Build Alpine
|
- name: Build Alpine
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
|
|
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
update-binfmts --enable
|
update-binfmts --enable
|
||||||
|
|
||||||
- name: Build and push Alpine
|
- name: Build and push Alpine
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
@ -123,7 +123,7 @@ jobs:
|
||||||
${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-
|
||||||
|
|
||||||
- name: Build and push Ubuntu
|
- name: Build and push Ubuntu
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue