diff --git a/.github/workflows/packages.yaml b/.github/workflows/packages.yaml index 5ae55da..a803624 100644 --- a/.github/workflows/packages.yaml +++ b/.github/workflows/packages.yaml @@ -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} \ diff --git a/templates/actions/packages.yaml.tmpl b/templates/actions/packages.yaml.tmpl index a35b61d..1c1aa94 100644 --- a/templates/actions/packages.yaml.tmpl +++ b/templates/actions/packages.yaml.tmpl @@ -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} \