feat: Run a single container for sdk release (#50)
feature/release-please: Run a single container for sdk release Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com>
This commit is contained in:
parent
0847b0b26c
commit
87c62cfae7
|
|
@ -34,11 +34,8 @@ jobs:
|
|||
release:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ needs.release-please.outputs.release_created }}
|
||||
strategy:
|
||||
matrix:
|
||||
container: [ "python:3.10" ]
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
image: "python:3.10"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue