Skip to content

Commit

Permalink
Update testbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phipsiart authored Nov 22, 2024
1 parent 234b770 commit 3745f31
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,3 @@ jobs:
run: |
echo "🚀 Starting build..."
yarn build || (echo "❌ Build failed! Full logs:" && cat .next/output.log && exit 1)
# Docker-Login
- name: Log in to Docker Registry
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login ${{ secrets.DOCKER_REGISTRY }} -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
# Docker-Image bauen
- name: Build Docker Image
run: |
docker build -t ${{ secrets.DOCKER_REGISTRY }}/innenanzeiger:latest .
# Docker-Image pushen
- name: Push Docker Image
run: |
docker push ${{ secrets.DOCKER_REGISTRY }}/innenanzeiger:latest

0 comments on commit 3745f31

Please sign in to comment.