mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
refactor: use shorter array syntax
Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
parent
01eefecfe8
commit
28790bf631
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -250,9 +250,7 @@ jobs:
|
||||||
publish-registry-image:
|
publish-registry-image:
|
||||||
name: Publish Docker image
|
name: Publish Docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs: [ prepare, build-registry-image ]
|
||||||
- prepare
|
|
||||||
- build-registry-image
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue