fix: be specific about docker img tags

pull/9/head
realaravinth 2022-10-27 22:36:26 +05:30
rodzic c2e07e27ba
commit 1971beb0a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: AD9F0F08E855ED88
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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