Skip to content

Commit

Permalink
fix: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 18, 2024
1 parent 0908863 commit 20c932a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-scissors-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stackspulse": patch
---

Fix docker build.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags: [ 'stackspulse@*.*.*' ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 20c932a

Please sign in to comment.