mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39: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:
|
||||
- go_test
|
||||
- node_test
|
||||
outputs:
|
||||
ui_digest: ${{steps.docker_push_ui.outputs.digest}}
|
||||
bot_digest: ${{steps.docker_push_bot.outputs.digest}}
|
||||
strategy:
|
||||
matrix:
|
||||
dockerfile:
|
||||
|
@ -134,7 +131,6 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
id: docker_push_${{ matrix.dockerfile }}
|
||||
with:
|
||||
context: .
|
||||
file: ./hack/dockerfiles/${{matrix.dockerfile}}.Dockerfile
|
||||
|
|
Loading…
Add table
Reference in a new issue