docker build
Some checks failed
Build an image to deploy website / build (push) Successful in 48s
Build an image to deploy website / publish (push) Failing after 1s

This commit is contained in:
Julien Fastré 2024-01-24 11:30:37 +01:00
parent 6fe6837f24
commit 67da48126f
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -53,6 +53,7 @@ jobs:
publish:
runs-on: cth-ubuntu-latest
needs: build
steps:
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3