mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
fix(packages:template): missing \:
This commit is contained in:
parent
1849f034cd
commit
85f2651224
2 changed files with 6 additions and 6 deletions
10
.github/workflows/packages.yaml
vendored
10
.github/workflows/packages.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||
echo ::set-output name=version::${VERSION}
|
||||
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386 \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||
echo ::set-output name=version::${VERSION}
|
||||
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386 \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||
|
@ -133,7 +133,7 @@ jobs:
|
|||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||
echo ::set-output name=version::${VERSION}
|
||||
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386 \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||
|
@ -187,7 +187,7 @@ jobs:
|
|||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||
echo ::set-output name=version::${VERSION}
|
||||
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386 \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||
|
@ -241,7 +241,7 @@ jobs:
|
|||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||
echo ::set-output name=version::${VERSION}
|
||||
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386
|
||||
--build-arg REPOSITORY=ghcr.io/mentos1386 \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||
echo ::set-output name=version::${VERSION}
|
||||
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
|
||||
--build-arg REPOSITORY=[[[$.repository]]]
|
||||
--build-arg REPOSITORY=[[[$.repository]]] \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||
|
|
Loading…
Reference in a new issue