Skip to content

Commit

Permalink
Merge pull request #38 from decentralized-identity/fix-gh-action
Browse files Browse the repository at this point in the history
Fix gh action
  • Loading branch information
PatStLouis authored Oct 4, 2024
2 parents 7218ed1 + 9c82d8b commit 330300f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
context: server
file: Dockerfile
context: server/
file: server/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 330300f

Please sign in to comment.