diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c4da732..d0b8a08 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,16 +22,16 @@ jobs: - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - - name: Login to Docker Hub - uses: https://github.com/docker/login-action@v3 - with: - registry: gitea.mrdev023.fr - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} - - - name: Build and push - uses: https://github.com/docker/build-push-action@v5 - with: - context: . - push: true - tags: gitea.mrdev023.fr/florian.richer/portfolio:latest \ No newline at end of file +# - name: Login to Docker Hub +# uses: https://github.com/docker/login-action@v3 +# with: +# registry: gitea.mrdev023.fr +# username: ${{ secrets.USERNAME }} +# password: ${{ secrets.PASSWORD }} +# +# - name: Build and push +# uses: https://github.com/docker/build-push-action@v5 +# with: +# context: . +# push: true +# tags: gitea.mrdev023.fr/florian.richer/portfolio:latest \ No newline at end of file