Skip to content

Commit

Permalink
added to stable dockerfile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal authored and iskakaushik committed Oct 4, 2023
1 parent b03e497 commit 84fefcc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
push: true
tags: |
ghcr.io/peerdb-io/peerdb-server:${{ github.ref_name }}
ghcr.io/peerdb-io/peerdb-server:latest-stable
- name: Publish Flow API Image
uses: depot/build-push-action@v1
Expand All @@ -51,6 +52,7 @@ jobs:
push: true
tags: |
ghcr.io/peerdb-io/flow-api:${{ github.ref_name }}
ghcr.io/peerdb-io/flow-api:latest-stable
- name: Publish Flow Worker Stable Image
uses: depot/build-push-action@v1
Expand All @@ -62,6 +64,7 @@ jobs:
push: true
tags: |
ghcr.io/peerdb-io/flow-worker:${{ github.ref_name }}
ghcr.io/peerdb-io/flow-worker:latest-stable
- name: Publish Flow Snapshot Worker Stable Image
uses: depot/build-push-action@v1
Expand All @@ -73,3 +76,16 @@ jobs:
push: true
tags: |
ghcr.io/peerdb-io/flow-snapshot-worker:${{ github.ref_name }}
ghcr.io/peerdb-io/flow-snapshot-worker:latest-stable
- name: Build (optionally publish) PeerDB UI Stable Image
uses: depot/build-push-action@v1
with:
token: ${{ secrets.DEPOT_TOKEN }}
platforms: linux/amd64,linux/arm64
context: .
file: stacks/peerdb-ui.Dockerfile
push: ${{ github.ref == 'refs/heads/main' }}
tags: |
ghcr.io/peerdb-io/peerdb-ui:${{ github.ref_name }}
ghcr.io/peerdb-io/peerdb-ui:latest-stable

0 comments on commit 84fefcc

Please sign in to comment.