Compare commits
3
Commits
1f716aeb21
...
2cdc184a1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cdc184a1b | ||
|
|
2394bb856d | ||
|
|
65a693706a |
@@ -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 }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user