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:
|
||||
|
Reference in New Issue
Block a user