Skip to content

Commit 826790b

Browse files
committed
Force fresh run after secret update
1 parent 541b340 commit 826790b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@ jobs:
5454
platforms: linux/amd64, linux/arm64, linux/arm/v7
5555
tags: ${{ steps.meta.outputs.tags }}
5656
push: true
57+
5758
- name: Push README
5859
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
5960
with:
6061
repository: flowforge/forge-docker
6162
username: flowforge
6263
password: ${{ secrets.FLOWFORGE_DOCKER_HUB_TOKEN }}
6364
readme-filepath: docker-compose/README.md
65+
6466
- name: Push README flowfuse
6567
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
6668
with:

0 commit comments

Comments
 (0)