re-enabled cache, added push
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 2m45s
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 2m45s
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -11,5 +11,10 @@ jobs:
|
||||
|
||||
- name: Build docker image
|
||||
run: |
|
||||
docker build --no-cache -t umbrella .
|
||||
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest
|
||||
docker build -t umbrella .
|
||||
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest
|
||||
|
||||
- name: Push to Registry
|
||||
# if: startsWith(gitea.ref, 'refs/tags/')
|
||||
run: |
|
||||
docker push ${{ secrets.REGISTRY_PATH }}/umbrella:latest
|
||||
|
||||
Reference in New Issue
Block a user