updated build step
This commit is contained in:
@@ -31,7 +31,8 @@ jobs:
|
|||||||
needs: [test]
|
needs: [test]
|
||||||
if: gitea.ref == 'refs/heads/release'
|
if: gitea.ref == 'refs/heads/release'
|
||||||
steps:
|
steps:
|
||||||
- name: Build container
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
echo "building container"
|
# docker build . --file Dockerfile --tag ${{}}
|
||||||
|
echo "${{ gitea }}""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user