Skip to content

Commit

Permalink
Add environment to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Jan 8, 2023
1 parent fff5b5b commit d6defda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
publish-docker-images:
name: Build Docker images
runs-on: ubuntu-latest
environment: ${{ ( github.event_name == 'release' && 'prod' ) || 'dev' }}
strategy:
matrix:
flavor:
Expand Down

0 comments on commit d6defda

Please sign in to comment.