|
@@ -1,7 +1,7 @@
|
|
name: Build packages
|
|
name: Build packages
|
|
|
|
|
|
concurrency:
|
|
concurrency:
|
|
- group: build-${{ github.ref }}
|
|
|
|
|
|
+ group: build-${{ github.event_name }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
cancel-in-progress: true
|
|
|
|
|
|
on:
|
|
on:
|
|
@@ -37,6 +37,7 @@ jobs:
|
|
with:
|
|
with:
|
|
image: tonistiigi/binfmt:latest
|
|
image: tonistiigi/binfmt:latest
|
|
platforms: all
|
|
platforms: all
|
|
|
|
+ - uses: docker/setup-buildx-action@v1
|
|
- name: get docker sha256
|
|
- name: get docker sha256
|
|
id: disgest
|
|
id: disgest
|
|
run: |
|
|
run: |
|