Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 (#527)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent b29f26e commit 22b8ff6
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@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: helm/flowforge-container
file: helm/flowforge-container/Dockerfile
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-2.2.x
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-3.1
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-4.0
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build and push FlowForge File Server container
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: helm/file-server
file: helm/file-server/Dockerfile
Expand Down

0 comments on commit 22b8ff6

Please sign in to comment.