4 Commits

Author SHA1 Message Date
github-actions[bot]
b096fb1b3c chore: bump version to 1.1.5
Some checks failed
Merge / version (push) Has been cancelled
Merge / build-and-deploy (push) Has been cancelled
2025-07-05 16:30:10 +00:00
Jayden Pyles
5f65125882 chore: push for arm64 2025-07-05 11:30:01 -05:00
github-actions[bot]
327db34683 chore: bump version to 1.1.5 2025-07-05 16:03:12 +00:00
Jayden Pyles
8d0f362a70 chore: push for arm64 2025-07-05 10:47:02 -05:00
3 changed files with 12 additions and 7 deletions

View File

@@ -26,31 +26,36 @@ jobs:
run: |
echo "Version is ${{ inputs.version }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push frontend
- name: Build and push frontend (multi-arch)
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/frontend/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/scraperr:latest
${{ secrets.DOCKERHUB_USERNAME }}/scraperr:${{ inputs.version }}
- name: Build and push api
- name: Build and push api (multi-arch)
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/api/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/scraperr_api:latest
${{ secrets.DOCKERHUB_USERNAME }}/scraperr_api:${{ inputs.version }}

View File

@@ -6,7 +6,7 @@ WORKDIR /app
COPY package.json yarn.lock ./
# Install dependencies in a separate layer
RUN yarn install --frozen-lockfile
RUN yarn install --frozen-lockfile --network-timeout 600000
# Copy the rest of the application
COPY tsconfig.json /app/tsconfig.json

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.4
version: 1.1.5
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to