diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1739c3f..b79a59f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -102,3 +102,35 @@ jobs: tags: | sssomeshhh/rentify:fs sssomeshhh/rentify:fs-${{ github.sha }} + + rn: + runs-on: ubuntu-22.04 + needs: fs + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Login to Docker Hub + uses: docker/login-action@v3.1.0 + with: + registry: docker.io + username: sssomeshhh + password: ${{ secrets.DOCKER_HUB_TOKEN }} + - name: Setup Docker Buildx + id: setup_buildx + uses: docker/setup-buildx-action@v3.3.0 + - name: Build Target + uses: docker/build-push-action@v5.3.0 + with: + builder: ${{ steps.setup_buildx.name }} + context: . + file: Dockerfile + target: rn + cache-from: | + type=registry,ref=sssomeshhh/cache:rentify-rn + cache-to: | + type=registry,ref=sssomeshhh/cache:rentify-rn + load: false + push: true + tags: | + sssomeshhh/rentify:rn + sssomeshhh/rentify:rn-${{ github.sha }} diff --git a/.idea/runConfigurations/be.xml b/.idea/runConfigurations/be.xml index d49b878..c3dd14e 100644 --- a/.idea/runConfigurations/be.xml +++ b/.idea/runConfigurations/be.xml @@ -11,7 +11,7 @@ - -