diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cf1d2a..9f45651 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,21 +54,6 @@ jobs: exit 1 fi - #setup-rust: - # name: Setup Rust Toolchain - # needs: detect-project - # if: ${{ !failure() && !cancelled() }} - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 - # - # - name: Install Rust - # uses: dtolnay/rust-toolchain@stable - # with: - # toolchain: stable - # targets: x86_64-unknown-linux-gnu, x86_64-pc-windows-gnu - # components: rustfmt, clippy - test: name: Run Tests needs: [detect-project] @@ -233,8 +218,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} + username: ${{ secrets.AUTOMATION_USERNAME }} + password: ${{ secrets.AUTOMATION_PASSWORD }} - name: Build Docker image uses: docker/build-push-action@v4