Setting tag
This commit is contained in:
parent
b6e3131929
commit
82151b1d82
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -19,4 +19,5 @@ jobs:
|
||||||
- name: Build and push docker
|
- name: Build and push docker
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
tag: latest
|
||||||
|
|
Loading…
Reference in a new issue