Skip to content

Commit

Permalink
changed environment to development
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed Jun 7, 2024
1 parent f4d9095 commit ebc7f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
name: 'Build'
runs-on: ubuntu-latest
environment: release
environment: development
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
name: "Build and Push Docker Images"
runs-on: ubuntu-latest
needs: build
environment: release
environment: development
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ebc7f03

Please sign in to comment.