mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-07-05 22:02:49 +08:00
chore(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:
parent
fc62fb377c
commit
c0b3349100
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Build and push ${{ matrix.system }} ${{ matrix.arch }}
|
name: Build and push ${{ matrix.system }} ${{ matrix.arch }}
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile.${{ matrix.system }}.${{ matrix.arch }}
|
file: docker/Dockerfile.${{ matrix.system }}.${{ matrix.arch }}
|
||||||
|
Loading…
Reference in New Issue
Block a user