Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-rg committed Jan 7, 2025
2 parents d172727 + 5a35836 commit f268c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ jobs:
path: /tmp/playground-api${{ github.event.inputs.image_tag }}.tar
retention-days: 1

deploy:
build_and_push:
environment: ${{
github.ref == 'refs/heads/master' && 'production' ||
'develop' }}
runs-on: ubuntu-latest
needs: build_on_master
permissions:
contents: 'read'
id-token: 'write'
Expand Down

0 comments on commit f268c90

Please sign in to comment.