diff --git a/Dockerfile b/Dockerfile index f537a5c..e792adb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ ARG TARGETOS ARG TARGETARCH COPY ./dist/resticscheduler-$TARGETOS-$TARGETARCH /bin/resticscheduler -ENTRYPOINT [ "/resticscheduler" ] +ENTRYPOINT [ "/bin/resticscheduler" ] diff --git a/docker-manifest.tmpl b/docker-manifest.tmpl deleted file mode 100644 index c84b1e2..0000000 --- a/docker-manifest.tmpl +++ /dev/null @@ -1,22 +0,0 @@ -image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}} -{{#if build.tags}} -tags: -{{#each build.tags}} - - {{this}} -{{/each}} -{{/if}} -manifests: - - image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64 - platform: - architecture: amd64 - os: linux - - image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64 - platform: - architecture: arm64 - os: linux - variant: v8 - - image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm - platform: - architecture: arm - os: linux - variant: v7