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:
|
||||
build:
|
||||
image: python
|
||||
image: python:3.11.0-bullseye
|
||||
when:
|
||||
event: [push, pull_request, tag, deployment]
|
||||
commands:
|
||||
|
@ -9,7 +9,7 @@ pipeline:
|
|||
- make
|
||||
|
||||
publish:
|
||||
image: python
|
||||
image: python:3.11.0-bullseye
|
||||
when:
|
||||
event: push
|
||||
branch: main
|
||||
|
|
Loading…
Reference in a new issue