Skip to content

Commit

Permalink
Fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 13, 2024
1 parent 7c3aa79 commit ad3e305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: ponder/lnv3/Dockerfile
context: ponder/lnv3
tags: |
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:sha-${{ steps.short-sha.outputs.sha }}
Expand All @@ -64,7 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
push: true
file: ponder/lnv3/Dockerfile
context: ponder/lnv3
tags: |
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:${{ steps.tag-name.outputs.tag }}
Expand Down

0 comments on commit ad3e305

Please sign in to comment.