Fix missing build version in docker image
This commit is contained in:
parent
416a39ce3a
commit
d31078e6e5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: crocmagnon/blog:latest
|
tags: crocmagnon/blog:latest
|
||||||
cache-from: type=registry,ref=crocmagnon/blog:latest
|
cache-from: type=registry,ref=crocmagnon/blog:latest
|
||||||
|
|
Reference in a new issue