diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c928a02..50d5277f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,13 @@ jobs: steps: - uses: actions/checkout@v4 + - name: login to ghcr + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: cars10 + password: ${{ secrets.GITHUB_TOKEN }} + - name: Build and push uses: docker/build-push-action@v6 with: