diff options
| author | 2022-06-19 16:44:38 +0200 | |
|---|---|---|
| committer | 2022-06-19 16:44:38 +0200 | |
| commit | f42d5d807cf4d6a8d563725d90ea68da32ddd706 (patch) | |
| tree | 8b1196651369175cd8209f43e085eb5edd0aae71 /.drone.yml | |
| parent | [bugfix] for the second accounts.note_raw migration (#653) (diff) | |
| download | gotosocial-f42d5d807cf4d6a8d563725d90ea68da32ddd706.tar.xz | |
[packaging] Packaging updates (#655)
* update versions
* disable source tar bundling
* add tar for just compiled web assets
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml index bec186175..c70afb81b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - pull_request - name: test - image: golang:1.18-alpine + image: golang:1.18.3-alpine volumes: - name: go-build-cache path: /root/.cache/go-build @@ -45,7 +45,7 @@ steps: - pull_request - name: snapshot - image: superseriousbusiness/gotosocial-drone-build:0.0.4 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.0.5 # https://github.com/superseriousbusiness/gotosocial-drone-build volumes: - name: go-build-cache path: /root/.cache/go-build @@ -74,7 +74,7 @@ steps: - main - name: release - image: superseriousbusiness/gotosocial-drone-build:0.0.4 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.0.5 # https://github.com/superseriousbusiness/gotosocial-drone-build volumes: - name: go-build-cache path: /root/.cache/go-build @@ -133,7 +133,7 @@ clone: steps: - name: mirror - image: superseriousbusiness/gotosocial-drone-build:0.0.4 + image: superseriousbusiness/gotosocial-drone-build:0.0.5 environment: ORIGIN_REPO: https://github.com/superseriousbusiness/gotosocial TARGET_REPO: https://codeberg.org/superseriousbusiness/gotosocial @@ -146,6 +146,6 @@ steps: --- kind: signature -hmac: adfcc11559717e4e371e714f3ac19ab528208f678961436f316f491bf82de8ad +hmac: d696d93f3d1583b9815488fcd2ff1ade53a5d7512abac63f16bd8cd0079f03a5 ... |
