diff options
author | 2022-02-28 11:48:35 +0100 | |
---|---|---|
committer | 2022-02-28 11:48:35 +0100 | |
commit | 1d5e763f686b84cba0b4b3d85a60da939f6836b7 (patch) | |
tree | a853d045b7b665793fc7d241d2b0e89b58733d12 | |
parent | bump versions (#417) (diff) | |
download | gotosocial-1d5e763f686b84cba0b4b3d85a60da939f6836b7.tar.xz |
[packaging] bump to builder 0.0.3 (#418)
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 6c00cd592..2e07051ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,7 @@ steps: - pull_request - name: snapshot - image: superseriousbusiness/gotosocial-drone-build:0.0.2 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.0.3 # https://github.com/superseriousbusiness/gotosocial-drone-build volumes: - name: go-build-cache path: /root/.cache/go-build @@ -72,7 +72,7 @@ steps: - main - name: release - image: superseriousbusiness/gotosocial-drone-build:0.0.2 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.0.3 # https://github.com/superseriousbusiness/gotosocial-drone-build volumes: - name: go-build-cache path: /root/.cache/go-build @@ -149,6 +149,6 @@ steps: --- kind: signature -hmac: d268be4e8b19f58c51ad7385141913e45322f32e75fff20f9230dfd390c6e30b +hmac: 40ac973022e4bf7354a30b66ab660c4528be2667d98ff6e859386bfa24fa5dae ... |