fix: be specific about docker img tags

This commit is contained in:
Aravinth Manivannan 2022-10-27 22:36:26 +05:30
parent c2e07e27ba
commit 1971beb0a9
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -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