mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 19:32:53 +01:00
Improve CI
This commit is contained in:
parent
7ab056c62b
commit
3a33e0d1c9
1 changed files with 4 additions and 3 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
@ -20,7 +20,8 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/i386
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386
|
||||
push: true
|
||||
tags: delta1925/simple-wkd:${{ github.event.release.tag_name }},delta1925/simple-wkd:latest
|
||||
tags: delta1925/simple-wkd:latest,delta1925/simple-wkd:${{ github.ref_name }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Reference in a new issue