Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump docker/build-push-action from 3 to 4#5298

Merged
merged 1 commit into from Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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](docker/build-push-action@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>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
commit 751afceaf8135c320e554e0416d53b739226f911
2 changes: 1 addition & 1 deletion .github/workflows/build-base-app.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build & Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: docker/base.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-celery-worker.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build & Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: dev/celery/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mq-broker.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build & Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: dev/mq/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-assets-sync-nightly.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build & Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: dev/shared-assets-sync/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-db-nightly.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build & Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: docker/db.Dockerfile
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Build & Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: docker/db-pg.Dockerfile
Expand Down