Pin dependencies
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 34s
Docker Build and Push / build (pull_request) Successful in 1m1s
Docker Build and Push / test (push) Successful in 18s
Docker Build and Push / test (pull_request) Successful in 19s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 27s

This commit is contained in:
2026-06-09 13:26:04 +00:00
parent 587dea9388
commit 2af7e55446
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
image: "docker:latest" image: "docker:latest@sha256:7d85d0eda291f1a7ab6df4a9d1802b5ad4cf9145a088bd11188c78dcb5c7392b"
services: services:
- "docker:dind" - "docker:dind@sha256:7d85d0eda291f1a7ab6df4a9d1802b5ad4cf9145a088bd11188c78dcb5c7392b"
before_script: before_script:
- "docker login -u \"$CI_REGISTRY_USER\" -p \"$CI_REGISTRY_PASSWORD\" $CI_REGISTRY" - "docker login -u \"$CI_REGISTRY_USER\" -p \"$CI_REGISTRY_PASSWORD\" $CI_REGISTRY"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14-alpine FROM python:3.14-alpine@sha256:5a824eb82cc75361f98611f3cfc5091ea33f10a6ccea4d4ebdabbc523b9a1614
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF
ARG VERSION ARG VERSION