Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
•
6b201e4
1
Parent(s):
4583f62
Bump docker/build-push-action from 3 to 5
Browse filesBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v5)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/docker_deploy.yml
CHANGED
@@ -59,7 +59,7 @@ jobs:
|
|
59 |
- name: Set up Docker Buildx
|
60 |
uses: docker/setup-buildx-action@v3
|
61 |
- name: Build and push
|
62 |
-
uses: docker/build-push-action@
|
63 |
with:
|
64 |
context: .
|
65 |
platforms: ${{ matrix.arch }}
|
|
|
59 |
- name: Set up Docker Buildx
|
60 |
uses: docker/setup-buildx-action@v3
|
61 |
- name: Build and push
|
62 |
+
uses: docker/build-push-action@v5
|
63 |
with:
|
64 |
context: .
|
65 |
platforms: ${{ matrix.arch }}
|