Compare commits

..

4 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
3 changed files with 5 additions and 5 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
@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.18.0 # uses: docker/build-push-action@v6.15.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

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'
@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }} password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.18.0 uses: docker/build-push-action@v6.15.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true

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