mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
build(deps): bump docker/build-push-action from 6.19.2 to 7.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](10e90e3645...f9f3042f7e)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 7.2.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
981fcedd71
commit
7dbd5e7a08
2 changed files with 2 additions and 2 deletions
2
.github/workflows/companion-deploy.yml
vendored
2
.github/workflows/companion-deploy.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
username: ${{secrets.DOCKER_USERNAME}}
|
||||
password: ${{secrets.DOCKER_PASSWORD}}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue