We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af262b commit e672f85Copy full SHA for e672f85
.github/workflows/build_and_deploy.yml
@@ -4,15 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
- workflow_run:
8
- workflows: [Integration tests]
9
- types: [completed]
10
11
jobs:
12
build-and-push:
13
name: Build and push from ${{ github.ref_name }}/${{ github.sha }}
14
runs-on: ubuntu-latest
15
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
16
env:
17
APP_IMAGE_NAME: ghcr.io/${{ github.repository }}/app
18
UI_IMAGE_NAME: ghcr.io/${{ github.repository }}/ui
@@ -57,7 +53,6 @@ jobs:
57
53
cache-to: type=gha,mode=max
58
54
59
55
deploy-dev:
60
61
56
name: Deploy from ${{ github.ref_name }}/${{ github.sha }}
62
63
needs: build-and-push
0 commit comments