Skip to content

Commit

Permalink
feat: trigger release image by workflow dispatch (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored May 6, 2024
1 parent 37e0e94 commit 14fa504
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
paths:
- ".github/workflows/release-dev.yaml"
- "next/**/*"
workflow_dispatch:

jobs:
release-docker-image-development:
release:
name: Release Docker Image (Development)
runs-on: ubuntu-latest
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
branches:
- main
paths:
- ".github/workflows/release.yaml"
- ".github/workflows/release-prod.yaml"
- "next/**/*"
workflow_dispatch:

jobs:
release-docker-image-production:
release:
name: Release Docker Image (Production)
runs-on: ubuntu-latest
environment:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
paths:
- ".github/workflows/release-staging.yaml"
- "next/**/*"
workflow_dispatch:

jobs:
release-docker-image-development:
release:
name: Release Docker Image (Staging)
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 14fa504

Please sign in to comment.