Compare commits

..

1 Commits

Author SHA1 Message Date
fliespl
7620645b76
Merge d332f4476b into 1f7240c6a0 2024-09-04 06:11:29 +10:00
3 changed files with 3 additions and 27 deletions

View File

@ -1,24 +0,0 @@
name: CI
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.21'
- run: go test -v ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.21'
- run: go build -v .

View File

@ -1,4 +1,4 @@
FROM golang:1.23-alpine as builder
FROM golang:1.22-alpine as builder
WORKDIR /app
COPY go.* .
@ -6,7 +6,7 @@ RUN go mod download
COPY . .
RUN go build
FROM restic/restic:0.17.1
FROM restic/restic:0.17.0
RUN apk add --no-cache rclone bash curl docker-cli
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []

View File

@ -18,7 +18,7 @@ services:
```yaml | .autorestic.yml
locations:
hello:
foo:
from: my-data
type: volume
# ...