Compare commits

..

1 Commits

Author SHA1 Message Date
92cb8f0de7 chore(deps): update dependency docker/build-push-action to v6.18.0
All checks were successful
ci / docker (push) Successful in 23s
2025-10-28 07:01:43 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.3.0
uses: actions/checkout@v4.2.2
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.7.0
@@ -49,7 +49,7 @@ jobs:
# - name: Build and push
# uses: docker/build-push-action@v6.15.0
# uses: docker/build-push-action@v6.18.0
# with:
# context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }}

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.3.0
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.18.0
with:
context: ./Docker/
push: true

View File

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