fix: be specific about docker img tags
This commit is contained in:
parent
c2e07e27ba
commit
1971beb0a9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: python
|
image: python:3.11.0-bullseye
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, tag, deployment]
|
event: [push, pull_request, tag, deployment]
|
||||||
commands:
|
commands:
|
||||||
|
@ -9,7 +9,7 @@ pipeline:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: python
|
image: python:3.11.0-bullseye
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Loading…
Reference in a new issue