Skip to content

Commit

Permalink
change names (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Jun 7, 2023
1 parent d486969 commit be32c99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
file: stacks/flow-api.Dockerfile
push: ${{ github.ref == 'refs/heads/main' }}
tags: |
ghcr.io/peerdb-io/peerdb-flow-api:dev
ghcr.io/peerdb-io/flow-api:dev
- name: Build (optionally publish) Flow Worker Dev Image
uses: depot/build-push-action@v1
Expand All @@ -56,4 +56,4 @@ jobs:
file: stacks/flow-worker.Dockerfile
push: ${{ github.ref == 'refs/heads/main' }}
tags: |
ghcr.io/peerdb-io/peerdb-flow-worker:dev
ghcr.io/peerdb-io/flow-worker:dev
4 changes: 2 additions & 2 deletions .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
file: stacks/flow-api.Dockerfile
push: true
tags: |
ghcr.io/peerdb-io/peerdb-flow-api:${{ github.ref_name }}
ghcr.io/peerdb-io/flow-api:${{ github.ref_name }}
- name: Publish Flow Worker Stable Image
uses: depot/build-push-action@v1
Expand All @@ -52,4 +52,4 @@ jobs:
file: stacks/flow-worker.Dockerfile
push: true
tags: |
ghcr.io/peerdb-io/peerdb-flow-worker:${{ github.ref_name }}
ghcr.io/peerdb-io/flow-worker:${{ github.ref_name }}

0 comments on commit be32c99

Please sign in to comment.