fix SQLx action context
Some checks failed
Publish SQLx container / publish (push) Failing after 5m19s
Some checks failed
Publish SQLx container / publish (push) Failing after 5m19s
This commit is contained in:
parent
a766e8ae75
commit
b78fc1bfba
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
context: ./sqlx
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
Reference in New Issue
Block a user