From 20c932a239b540322707c43655d9174976b08bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Pradel?= Date: Thu, 18 Jul 2024 16:03:56 +0200 Subject: [PATCH] fix: fix docker build --- .changeset/heavy-scissors-shout.md | 5 +++++ .github/workflows/docker-publish.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/heavy-scissors-shout.md diff --git a/.changeset/heavy-scissors-shout.md b/.changeset/heavy-scissors-shout.md new file mode 100644 index 0000000..86cbbda --- /dev/null +++ b/.changeset/heavy-scissors-shout.md @@ -0,0 +1,5 @@ +--- +"stackspulse": patch +--- + +Fix docker build. diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e7bc6f8..042f269 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] # Publish semver tags as releases. - tags: [ 'v*.*.*' ] + tags: [ 'stackspulse@*.*.*' ] pull_request: branches: [ "main" ] workflow_dispatch: @@ -50,7 +50,7 @@ jobs: tags: | type=ref,event=branch type=ref,event=pr - type=semver,pattern={{version}} + type=match,pattern=\d.\d.\d - name: Build and push Docker image id: build-and-push