Skip to content

Commit

Permalink
deleted: create trigger; added: env release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik committed Aug 29, 2023
1 parent 32fa868 commit 6d14ce2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/rc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build Docker image
name: Build Docker image RC

on:
create:
push:
branches:
- "rc/*"
Expand All @@ -15,8 +14,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: development
if: startsWith( github.ref_name, 'rc/')
environment: release
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -55,7 +53,7 @@ jobs:
name: Push to Amazon ECR
needs: build
runs-on: ubuntu-latest
environment: development
environment: release

steps:
- name: Checkout
Expand Down

0 comments on commit 6d14ce2

Please sign in to comment.