fix: typo on consul
This commit is contained in:
parent
f75f09b95e
commit
c39d995a9e
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: "{{defaultContext}}:Consul"
|
||||
context: "{{defaultContext}}:consul"
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in New Issue