You've already forked yamllint-docker
Compare commits
1 Commits
v1.37.1
...
af0a65edd7
Author | SHA1 | Date | |
---|---|---|---|
af0a65edd7
|
@ -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:
|
||||
|
4
Makefile
4
Makefile
@ -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}
|
Reference in New Issue
Block a user