1 Commits

Author SHA1 Message Date
af0a65edd7 chore(deps): update dependency adrienverge/yamllint to v1.37.1
All checks were successful
Build / build-amd64 (pull_request) Successful in 1m34s
Build / build-arm64 (pull_request) Successful in 1m49s
2025-05-07 17:05:05 +02:00
2 changed files with 6 additions and 8 deletions

View File

@ -24,12 +24,11 @@ jobs:
TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm')
docker buildx build \
--build-arg YAMLLINT_VERSION=${{ github.ref_name }} \
--file Dockerfile \
--platform linux/arm64 \
--file Dockerfile \
--provenance false \
--push \
--tag git.cryptic.systems/volker.raschek/yamllint:${TAG}-arm64 \
--push \
.
push-amd64:
@ -50,12 +49,11 @@ jobs:
TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm')
docker buildx build \
--build-arg YAMLLINT_VERSION=${{ github.ref_name }} \
--file Dockerfile \
--platform linux/amd64 \
--file Dockerfile \
--provenance false \
--tag git.cryptic.systems/volker.raschek/yamllint:${TAG}-amd64 \
--push \
--tag git.cryptic.systems/volker.raschek/yamllint:1.37.1-amd64 \
.
push-manifest:

View File

@ -1,5 +1,5 @@
# YAMLLINT_VERSION
# Only required to install a specify version
# Only required to install a specifiy version
YAMLLINT_VERSION?=v1.37.1 # renovate: datasource=github-releases depName=adrienverge/yamllint
# CONTAINER_RUNTIME
@ -49,4 +49,4 @@ container-image/push:
# ==============================================================================
# Declare the contents of the PHONY variable as phony. We keep that information
# in a variable so we can use it in if_changed.
.PHONY: ${PHONY}
.PHONY: ${PHONY}