Compare commits

...

6 Commits

Author SHA1 Message Date
5833dd0c39 Merge pull request 'chore(deps): update python docker tag to v3.14' (#123) from renovate/python-3.x into master
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #123
2025-10-28 07:03:14 +00:00
607d43205b Merge pull request 'chore(deps): update dependency actions/checkout to v4.3.0' (#124) from renovate/actions-checkout-4.x into master
Some checks failed
ci / docker (push) Has been cancelled
Reviewed-on: #124
2025-10-28 07:03:05 +00:00
19695f5894 chore(deps): update dependency actions/checkout to v4.3.0
All checks were successful
ci / docker (push) Successful in 17s
Bump version / create_release_tag (pull_request) Successful in 41s
2025-10-28 06:58:57 +00:00
65bb0aba82 chore(deps): update python docker tag to v3.14
All checks were successful
ci / docker (push) Successful in 19s
Bump version / create_release_tag (pull_request) Successful in 2m18s
2025-10-07 22:02:05 +00:00
468a22a5d4 Merge pull request 'chore(deps): update docker docker tag to v28.2.2' (#118) from renovate/docker-28.x into master
All checks were successful
ci / docker (push) Successful in 1m11s
Reviewed-on: #118
2025-06-19 07:22:41 +00:00
b65ac6dd82 chore(deps): update docker docker tag to v28.2.2
All checks were successful
ci / docker (push) Successful in 1m15s
Bump version / create_release_tag (pull_request) Successful in 1m14s
2025-06-10 02:15:11 +00:00
4 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.3.0
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5.7.0 uses: docker/metadata-action@v5.7.0

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.3.0
with: with:
ref: ${{ github.event.pull_request.merge_commit_sha }} ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0' fetch-depth: '0'

View File

@@ -11,14 +11,14 @@ stages:
##- push_dockerhub ##- push_dockerhub
build: build:
image: docker:28.0.4-dind image: docker:28.2.2-dind
stage: build stage: build
only: only:
refs: refs:
- tags - tags
- branches - branches
services: services:
- name: docker:28.0.4-dind - name: docker:28.2.2-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
@@ -57,10 +57,10 @@ release:
- CHANGELOG.md - CHANGELOG.md
push local: push local:
image: docker:28.0.4-dind image: docker:28.2.2-dind
stage: push_local stage: push_local
services: services:
- name: docker:28.0.4-dind - name: docker:28.2.2-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2

View File

@@ -1,4 +1,4 @@
FROM python:3.13-alpine FROM python:3.14-alpine
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)" LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
ARG BUILD_DATE ARG BUILD_DATE