mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
remove matrix id in ci
This commit is contained in:
parent
43d6b6565c
commit
ed1db4d899
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -93,9 +93,6 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- go_test
|
- go_test
|
||||||
- node_test
|
- node_test
|
||||||
outputs:
|
|
||||||
ui_digest: ${{steps.docker_push_ui.outputs.digest}}
|
|
||||||
bot_digest: ${{steps.docker_push_bot.outputs.digest}}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dockerfile:
|
dockerfile:
|
||||||
|
@ -134,7 +131,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
id: docker_push_${{ matrix.dockerfile }}
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./hack/dockerfiles/${{matrix.dockerfile}}.Dockerfile
|
file: ./hack/dockerfiles/${{matrix.dockerfile}}.Dockerfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue