chore: updates
All checks were successful
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest) (push) Successful in 16s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest) (push) Successful in 16s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest-amd64) (push) Successful in 22s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest-amd64) (push) Successful in 15s
KeyDB / build-key-db-image (push) Successful in 36s
Image builds / build_images (renovate) (push) Successful in 2m34s

This commit is contained in:
Peter 2024-03-02 12:20:03 +01:00
parent 54f9733471
commit 0507623e63
Signed by: prskr
GPG key ID: F56BED6903BC5E37
4 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
name: act_runtime
on:
schedule:
- cron: '21 2 * * *'
- cron: "21 2 * * *"
push:
branches:
- main
@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

View file

@ -2,7 +2,7 @@
name: Image builds
on:
schedule:
- cron: '21 2 * * *'
- cron: "21 2 * * *"
push:
branches:
- main
@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

View file

@ -2,7 +2,7 @@
name: KeyDB
on:
schedule:
- cron: '21 2 * * *'
- cron: "21 2 * * *"
push:
branches:
- main
@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Compose manifest
uses: docker://quay.io/containers/buildah:v1.32.2
uses: docker://quay.io/containers/buildah:v1.34.0
with:
entrypoint: /bin/bash
args: |
@ -33,4 +33,4 @@ jobs:
GITEA_USER: prskr
IMAGE_REGISTRY: code.icb4dc0.de
IMAGE_REPO: infrastructure/images/keydb
IMAGE_TAG: v6.3.3
IMAGE_TAG: v6.3.4

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.21-alpine AS go-tools-builder
FROM docker.io/golang:1.22-alpine AS go-tools-builder
RUN go install github.com/marwan-at-work/mod/cmd/mod@latest