Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 3.2.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.2.0...v5.4.0)

---
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 Jun 10, 2024
1 parent 4958f5b commit 62a9a84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
# builds container
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.4.0
with:
context: helm/flowforge-container
file: helm/flowforge-container/Dockerfile
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.4.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.4.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-2.2.x
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.4.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-3.1
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.4.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-4.0
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge File Server container
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.4.0
with:
context: helm/file-server
file: helm/file-server/Dockerfile
Expand Down

0 comments on commit 62a9a84

Please sign in to comment.