ci: remove obsolete context (#6)
This commit is contained in:
parent
4fb9b50369
commit
e9772e0de4
|
|
@ -40,7 +40,6 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: docker
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
Loading…
Reference in New Issue