Compare commits

..

1 Commits

Author SHA1 Message Date
3eac06ddb3 chore(deps): update dependency docker/build-push-action to v5.4.0
All checks were successful
ci / docker (push) Successful in 22s
Bump version / create_release_tag (pull_request) Successful in 47s
2024-06-10 20:35:25 +00:00
5 changed files with 18 additions and 18 deletions

View File

@@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.1.6
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.6.1
uses: docker/metadata-action@v5.5.1
with:
# list of Docker images to use as base name for tags
images: |
@@ -34,10 +34,10 @@ jobs:
type=semver,pattern={{version}}
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.3.0
- name: Login to Harbor
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3.2.0
with:
registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
# - name: Build and push
# uses: docker/build-push-action@v6.14.0
# uses: docker/build-push-action@v5.4.0
# with:
# context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }}

View File

@@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.1.6
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Create Release Tag
id: taggerFinal
uses: anothrNick/github-tag-action@1.71.0
uses: anothrNick/github-tag-action@1.69.0
with:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true
@@ -27,7 +27,7 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.6.1
uses: docker/metadata-action@v5.5.1
with:
# list of Docker images to use as base name for tags
images: |
@@ -44,16 +44,16 @@ jobs:
type=semver,pattern={{version}}
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.3.0
- name: Login to Harbor
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3.2.0
with:
registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v6.14.0
uses: docker/build-push-action@v5.4.0
with:
context: ./Docker/
push: true

View File

@@ -11,14 +11,14 @@ stages:
##- push_dockerhub
build:
image: docker:27.5.1-dind
image: docker:26.1.3-dind
stage: build
only:
refs:
- tags
- branches
services:
- name: docker:27.5.1-dind
- name: docker:26.1.3-dind
command: ["--tls=false"]
variables:
DOCKER_DRIVER: overlay2
@@ -31,7 +31,7 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
release:
image: node:22.12.0-alpine3.19
image: node:20.14.0-alpine3.19
stage: release
only:
refs:
@@ -57,10 +57,10 @@ release:
- CHANGELOG.md
push local:
image: docker:27.5.1-dind
image: docker:26.1.3-dind
stage: push_local
services:
- name: docker:27.5.1-dind
- name: docker:26.1.3-dind
command: ["--tls=false"]
variables:
DOCKER_DRIVER: overlay2

View File

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

View File

@@ -1,3 +1,3 @@
paho-mqtt==2.1.0
bottle==0.13.2
bottle==0.12.25
defusedxml==0.7.1