fix docker ignore
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 16s
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 16s
This commit is contained in:
parent
6509b23c85
commit
916ed67f0e
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue