diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 7f0dedec..766e3d91 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -1,4 +1,4 @@ -name: documentation +name: Documentation Build on: push: diff --git a/.github/workflows/release-doc.yml b/.github/workflows/release-doc.yml index 93e90939..96e03cdc 100644 --- a/.github/workflows/release-doc.yml +++ b/.github/workflows/release-doc.yml @@ -1,4 +1,4 @@ -name: documentation +name: Documentation Release on: workflow_dispatch: diff --git a/build/Dockerfile b/build/Dockerfile index de4d3b15..d01ce2e0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ COPY build/restic-${ARCH} /usr/bin/restic COPY build/rclone-${ARCH} /usr/bin/rclone COPY resticprofile /usr/bin/resticprofile -RUN apk add --no-cache openssh-client-default curl tzdata ca-certificates +RUN apk add --no-cache ca-certificates curl openssh-client-default tzdata VOLUME /resticprofile WORKDIR /resticprofile diff --git a/main.go b/main.go index 482be59d..2dc85bf9 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( // These fields are populated by the goreleaser build var ( - version = "0.28.0-dev" + version = "0.29.0-dev" commit = "" date = "" builtBy = ""