Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LyAhn committed Aug 25, 2024
1 parent 1b1b3ea commit 4286fb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- completed

env:
REGISTRY_IMAGE: ghcr.io/museofficial/muse
REGISTRY_IMAGE: ghcr.io/lyahn/freshjeff

jobs:
release-and-comment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build snapshot of PR
on: pull_request

env:
REGISTRY_IMAGE: ghcr.io/museofficial/muse
REGISTRY_IMAGE: ghcr.io/lyahn/freshjeff

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
REGISTRY_IMAGE: ghcr.io/museofficial/muse
REGISTRY_IMAGE: ghcr.io/lyahn/freshjeff

jobs:
publish:
Expand Down

0 comments on commit 4286fb6

Please sign in to comment.