Fix missing build version in docker image

This commit is contained in:
Gabriel Augendre 2022-10-10 23:27:02 +02:00
parent 416a39ce3a
commit d31078e6e5

View file

@ -23,6 +23,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: crocmagnon/blog:latest
cache-from: type=registry,ref=crocmagnon/blog:latest