checkout source -> Dockerfile (#2300)

* make build_docker job dependent on build_element_call

* checkout source -> Dockerfile
This commit is contained in:
fkwp 2024-04-10 15:11:43 +02:00 committed by GitHub
parent 545034d26f
commit 3c3150a6b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,9 @@ jobs:
permissions:
deployments: write
steps:
- name: Check it out
uses: actions/checkout@v4
- name: 📥 Download artifact
uses: actions/download-artifact@v4
with: