Skip to content

Commit

Permalink
ci: fix publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed May 19, 2024
1 parent a5f1c8b commit 4a6d71b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-rabbits-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stackspulse": patch
---

Fix publish tag.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a6d71b

Please sign in to comment.