diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 9a0ebe4..a8897b6 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -11,12 +11,6 @@ jobs: steps: - run: apk --no-cache add nodejs git - uses: actions/checkout@v3 - - name: docker login - uses: docker/login-action@v2 - with: - registry: "gitea.sikorski.cloud" - username: ${{ secrets.REGISTRY_USER }} - password: ${{ secrets.REGISTRY_PASSWORD }} - name: Kaniko build uses: aevea/action-kaniko@master with: