Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f40f161a49 | |||
| bf3429d53f | |||
| ba9bd71f9a | |||
| f53e6ccdc3 | |||
| 86aa7b0f05 | |||
| b160cf0f8b |
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Create Release Tag
|
||||
id: taggerFinal
|
||||
uses: anothrNick/github-tag-action@1.70.0
|
||||
uses: anothrNick/github-tag-action@1.71.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||
WITH_V: true
|
||||
|
||||
@@ -11,14 +11,14 @@ stages:
|
||||
##- push_dockerhub
|
||||
|
||||
build:
|
||||
image: docker:27.2.1-dind
|
||||
image: docker:27.3.1-dind
|
||||
stage: build
|
||||
only:
|
||||
refs:
|
||||
- tags
|
||||
- branches
|
||||
services:
|
||||
- name: docker:27.2.1-dind
|
||||
- name: docker:27.3.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
@@ -57,10 +57,10 @@ release:
|
||||
- CHANGELOG.md
|
||||
|
||||
push local:
|
||||
image: docker:27.2.1-dind
|
||||
image: docker:27.3.1-dind
|
||||
stage: push_local
|
||||
services:
|
||||
- name: docker:27.2.1-dind
|
||||
- name: docker:27.3.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-alpine
|
||||
FROM python:3.13-alpine
|
||||
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
|
||||
|
||||
ARG BUILD_DATE
|
||||
|
||||
Reference in New Issue
Block a user