Compare commits

...
3 Commits
Author SHA1 Message Date
brb 2cdc184a1b added definition
pipeline / Test (push) Successful in 39s
pipeline / Deploy (push) Has been skipped
2023-07-11 15:08:54 +02:00
brb 2394bb856d updated script
pipeline / Test (push) Successful in 38s
pipeline / Deploy (push) Successful in 2s
2023-07-11 15:04:45 +02:00
brb 65a693706a updated deploy workflow
pipeline / Test (push) Successful in 39s
pipeline / Deploy (push) Successful in 3s
2023-07-11 15:02:55 +02:00
+3 -1
View File
@@ -30,8 +30,10 @@ jobs:
needs: [test] needs: [test]
if: gitea.ref == 'refs/heads/release' if: gitea.ref == 'refs/heads/release'
steps: steps:
- uses: actions/checkout@v3
- name: Build image - name: Build image
run: | run: |
# docker build . --file Dockerfile --tag ${{}} # docker build . --file Dockerfile --tag ${{}}
echo "${{ gitea.actor }}"" echo "test message"
echo "${{ gitea.actor }}"