Skip to content

Commit d9979d1

Browse files
authored
Merge pull request #339 from FlowFuse/dependabot/github_actions/docker/build-push-action-6.12.0
Bump docker/build-push-action from 6.11.0 to 6.12.0
2 parents 68eb773 + a28b26b commit d9979d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
username: flowfuse
4343
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
4444
- name: Build and push FlowFuse Device Agent container
45-
uses: docker/build-push-action@v6.11.0
45+
uses: docker/build-push-action@v6.12.0
4646
with:
4747
context: docker
4848
file: docker/Dockerfile
@@ -94,7 +94,7 @@ jobs:
9494
username: flowforge
9595
password: ${{ secrets.DOCKER_HUB_PASSWORD_FLOWFORGE }}
9696
- name: Build and push FlowFuse Device Agent container
97-
uses: docker/build-push-action@v6.11.0
97+
uses: docker/build-push-action@v6.12.0
9898
with:
9999
context: docker
100100
file: docker/Dockerfile_flowforge

0 commit comments

Comments
 (0)