Skip to content

Commit

Permalink
Bump JS-Lock
Browse files Browse the repository at this point in the history
Fix Release/Next pipeline on tags
  • Loading branch information
f0o committed Sep 7, 2024
1 parent 0a16cc5 commit a516f7b
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 282 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- next
release:
types: [prereleased]

permissions:
contents: write
Expand Down Expand Up @@ -35,7 +37,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/as203038/looking-glass
tags: next
tags: |
next
${{ github.event.release.tag_name }}
- name: Build and Push
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [created]
types: [released]

permissions:
contents: write
Expand Down
Loading

0 comments on commit a516f7b

Please sign in to comment.