Skip to content

Commit

Permalink
chore(4829): rename workflow maintenance file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhanchik committed Feb 5, 2025
1 parent 1a55812 commit 40b461e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: 06.Deploy Maintenance Mode
on:
push:
branches:
- feat/4829
- main
paths:
- maintenance-mode

env:
GITHUB_REGISTRY: ghcr.io
IMAGE_NAME: ghcr.io/${{ github.repository }}/maintenance-mode
IMAGE_NAME: ghcr.io/${{ github.repository }}/maintenance

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 40b461e

Please sign in to comment.