mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
format yml files
This commit is contained in:
parent
d916ebef5c
commit
2fc61a6da3
3 changed files with 23 additions and 24 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -3,7 +3,6 @@ name: Create docker images
|
|||
on: [create]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build, push, and deploy
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
|
@ -16,10 +15,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue