Indent volumes

This commit is contained in:
Kieran 2023-07-03 11:26:19 +01:00
parent ea9a079943
commit 583bbe76a1
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -32,7 +32,7 @@ steps:
- 'git commit -a -m "chore: Update translations"'
- git push -u origin main
volumes:
- name: cache
- name: cache
claim:
name: docker-cache
---
@ -73,7 +73,7 @@ steps:
-f Dockerfile.prebuilt .
- img push voidic/snort:latest
volumes:
- name: cache
- name: cache
claim:
name: docker-cache
---
@ -115,7 +115,7 @@ steps:
-f Dockerfile.prebuilt .
- img push voidic/snort:${DRONE_TAG}
volumes:
- name: cache
- name: cache
claim:
name: docker-cache
---
@ -141,6 +141,6 @@ steps:
- yarn workspace @snort/app eslint
- yarn workspace @snort/app prettier --check .
volumes:
- name: cache
- name: cache
claim:
name: docker-cache