refactor: use shorter array syntax

Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
Stefan 2025-04-29 17:31:23 +01:00 committed by GitHub
parent 01eefecfe8
commit 28790bf631
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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