Skip to content

Commit

Permalink
Update image build triggers (#15)
Browse files Browse the repository at this point in the history
Testing if this fixes the release-please image tags.
  • Loading branch information
laurigates authored Aug 23, 2024
1 parent 441a4ee commit a7fccbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cesium-dashboard-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: cesium-dashboard-image
on:
push:
branches:
- 'main'
# Publish semver tags as releases.
- "**"
tags:
- 'v*.*.*'
- "v*.*.*"
pull_request:

env:
REGISTRY: ghcr.io
IMAGE_NAME: forumviriumhelsinki/cesium-dashboard
Expand Down

0 comments on commit a7fccbe

Please sign in to comment.