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:
|
||||
name: Publish Docker image
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- prepare
|
||||
- build-registry-image
|
||||
needs: [ prepare, build-registry-image ]
|
||||
steps:
|
||||
- name: Download digests
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue