From 4a6d71b4c8df7b95664f229dc230c1642026206a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Pradel?= Date: Sun, 19 May 2024 14:24:14 +0200 Subject: [PATCH] ci: fix publish tag --- .changeset/tricky-rabbits-beg.md | 5 +++++ .github/workflows/docker-publish.yml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/tricky-rabbits-beg.md diff --git a/.changeset/tricky-rabbits-beg.md b/.changeset/tricky-rabbits-beg.md new file mode 100644 index 0000000..ced6ced --- /dev/null +++ b/.changeset/tricky-rabbits-beg.md @@ -0,0 +1,5 @@ +--- +"stackspulse": patch +--- + +Fix publish tag. diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 399f9fc..3451f90 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -8,8 +8,9 @@ on: pull_request: branches: [ "main" ] -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} +# Removed the concurrency key to avoid conflicts with the release workflow. +# concurrency: +# group: ${{ github.workflow }}-${{ github.ref }} env: REGISTRY: ghcr.io