Skip to content

Commit

Permalink
chore(4829): remove using feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhanchik committed Feb 3, 2025
1 parent 51484a0 commit be7f5fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-maintenance-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

env:
GITHUB_REGISTRY: ghcr.io
MAINTENANCE_BRANCH: feat/4829

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -21,10 +20,8 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout maintenance branch
uses: actions/checkout@v4
with:
ref: ${{ env.MAINTENANCE_BRANCH }}
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -36,16 +33,19 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: maintenance-page
context: .
push: true
tags: ${{ env.GITHUB_REGISTRY }}/maintenance-mode:latest
cache-from: type=gha
cache-to: type=gha,mode=max

deploy-maintenance:
runs-on: ubuntu-22.04
needs: build-push-maintenance
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2

- name: Authenticate to OpenShift
uses: redhat-actions/oc-login@v1
Expand Down

0 comments on commit be7f5fd

Please sign in to comment.