Skip to content

Commit

Permalink
fix: branch name for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Sep 4, 2023
1 parent 68a4af9 commit 516842e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.DEPOT_TOKEN }}
context: .
file: stacks/nexus.Dockerfile
push: ${{ github.ref == 'refs/heads/test' }}
push: ${{ github.ref == 'refs/heads/testing' }}
tags: |
ghcr.io/peerdb-io/peerdb-server:test-${{ steps.vars.outputs.sha_short }}
Expand All @@ -48,7 +48,7 @@ jobs:
token: ${{ secrets.DEPOT_TOKEN }}
context: .
file: stacks/flow-api.Dockerfile
push: ${{ github.ref == 'refs/heads/test' }}
push: ${{ github.ref == 'refs/heads/testing' }}
tags: |
ghcr.io/peerdb-io/flow-api:test-${{ steps.vars.outputs.sha_short }}
Expand All @@ -58,7 +58,7 @@ jobs:
token: ${{ secrets.DEPOT_TOKEN }}
context: .
file: stacks/flow-worker.Dockerfile
push: ${{ github.ref == 'refs/heads/test' }}
push: ${{ github.ref == 'refs/heads/testing' }}
tags: |
ghcr.io/peerdb-io/flow-worker:test-${{ steps.vars.outputs.sha_short }}
Expand All @@ -68,6 +68,6 @@ jobs:
token: ${{ secrets.DEPOT_TOKEN }}
context: .
file: stacks/flow-snapshot-worker.Dockerfile
push: ${{ github.ref == 'refs/heads/test' }}
push: ${{ github.ref == 'refs/heads/testing' }}
tags: |
ghcr.io/peerdb-io/flow-snapshot-worker:test-${{ steps.vars.outputs.sha_short }}

0 comments on commit 516842e

Please sign in to comment.