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