added definition
pipeline / Test (push) Successful in 39s
pipeline / Deploy (push) Has been skipped

This commit is contained in:
brb
2023-07-11 15:08:54 +02:00
parent 2394bb856d
commit 2cdc184a1b
+1
View File
@@ -30,6 +30,7 @@ jobs:
needs: [test]
if: gitea.ref == 'refs/heads/release'
steps:
- uses: actions/checkout@v3
- name: Build image
run: |
# docker build . --file Dockerfile --tag ${{}}