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