Skip to content

Commit cb72386

Browse files
committed
Update build.yaml
1 parent 2f5cdd9 commit cb72386

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ jobs:
2929
- uses: actions/checkout@v2
3030
with:
3131
submodules: recursive
32-
32+
33+
- uses: actions/checkout@v2
34+
with:
35+
repository: TaskarCenterAtUW/workspaces-frontend
36+
path: frontend
37+
ref: refs/tags/${{github.event.inputs.env}}
38+
3339
- uses: docker/login-action@v3
3440
with:
3541
registry: ${{ vars.WS_DOCKER_REGISTRY }}
@@ -48,6 +54,10 @@ jobs:
4854
env:
4955
ENV: ${{ vars.ENV }}
5056
run: echo "ENV_NAME_PARAM=-${ENV}" >> "$GITHUB_ENV"
57+
58+
59+
60+
5161

5262
- name: Build and push
5363
run: |

0 commit comments

Comments
 (0)