fix SQLx action context
Publish SQLx container / publish (push) Failing after 5m19s Details

This commit is contained in:
Adrian Wannenmacher 2023-12-06 15:22:57 +01:00
parent a766e8ae75
commit b78fc1bfba
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}