Skip to content

Commit

Permalink
Merge pull request #116 from FlowFuse/rename-containers
Browse files Browse the repository at this point in the history
Push to both container names
  • Loading branch information
knolleary authored Jan 17, 2024
2 parents 54657ad + 858e431 commit a32e338
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
latest=true
images: |
flowforge/forge-docker
flowfuse/forge-docker
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- name: Setup Docker buildx
Expand All @@ -46,6 +47,13 @@ jobs:
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
readme-filepath: docker-compose/README.md
- name: Push README flowfuse
uses: peter-evans/dockerhub-description@v3
with:
repository: flowfuse/forge-docker
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
readme-filepath: docker-compose/README.md
- name: Resync Maintenance
if: ${{ endsWith(github.ref, '.0') }}
run: |
Expand Down

0 comments on commit a32e338

Please sign in to comment.