Skip to content

Commit

Permalink
don't compile ponder
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Aug 21, 2024
1 parent fd63e5c commit da5905f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/apollo:${{ steps.tag-name.outputs.tag }}
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/apollo:latest
- name: Build ponder with sha
uses: docker/build-push-action@v3
with:
push: true
context: ponder/lnv3
tags: |
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:sha-${{ steps.short-sha.outputs.sha }}
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:staging
# - name: Build ponder with sha
# uses: docker/build-push-action@v3
# with:
# push: true
# context: ponder/lnv3
# tags: |
# ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:sha-${{ steps.short-sha.outputs.sha }}
# ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:staging

- name: Build ponder with tag
uses: docker/build-push-action@v3
if: startsWith(github.ref, 'refs/tags/v')
with:
push: true
context: ponder/lnv3
tags: |
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:${{ steps.tag-name.outputs.tag }}
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:latest
# - name: Build ponder with tag
# uses: docker/build-push-action@v3
# if: startsWith(github.ref, 'refs/tags/v')
# with:
# push: true
# context: ponder/lnv3
# tags: |
# ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:${{ steps.tag-name.outputs.tag }}
# ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:latest

# deploy-railway:
# name: Deploy railway
Expand Down

0 comments on commit da5905f

Please sign in to comment.