trying action for build
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 1m45s
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 1m45s
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -9,12 +9,10 @@ jobs:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build docker image
|
||||
run: |
|
||||
ls -al
|
||||
mv docker/Dockerfile .
|
||||
echo '======='
|
||||
cat Dockerfile
|
||||
echo '======='
|
||||
docker build --no-cache -t umbrella .
|
||||
docker tag umbrella ${{ secrets.REGISTRY_PATH }}/umbrella:latest
|
||||
- name: Move Dockerfile
|
||||
run: mv docker/Dockerfile .
|
||||
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: false
|
||||
Reference in New Issue
Block a user