mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 05:14:01 +02:00
Bump docker/build-push-action from 2 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...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
fb14fa64a4
commit
d22fb1a732
6
.github/workflows/dockerhub.yml
vendored
6
.github/workflows/dockerhub.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
|
||||
- name: Build and push alpine
|
||||
id: docker_build_alpine
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: ./
|
||||
file: ./alpine.Dockerfile
|
||||
|
@ -169,7 +169,7 @@ jobs:
|
|||
|
||||
- name: Build and push debian
|
||||
id: docker_build_debian
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: ./
|
||||
file: ./debian.Dockerfile
|
||||
|
@ -259,7 +259,7 @@ jobs:
|
|||
|
||||
- name: Build and push signal-debian
|
||||
id: docker_build_signal_debian
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: ./
|
||||
file: ./signal-debian.Dockerfile
|
||||
|
|
Loading…
Reference in a new issue