dropped build action, re-enabled docker build command
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 3m2s
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 3m2s
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -9,8 +9,7 @@ jobs:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: false
|
||||
no-cache: true
|
||||
- name: Build docker image
|
||||
run: |
|
||||
docker build --no-cache -t umbrella .
|
||||
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest
|
||||
Reference in New Issue
Block a user