Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
93f5d2d7e5 Update dependency @vercel/postgres to ^0.10.0
Some checks failed
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 16s
Playwright Tests / test (pull_request) Failing after 23s
2024-09-08 12:18:17 +00:00
118a42fb31 Merge pull request 'Match image name with repo name' (#46) from refactor-registry into main
All checks were successful
Playwright Tests / test (push) Successful in 4m49s
Build Nginx-based docker image / build-static-assets (push) Successful in 8m47s
Reviewed-on: #46
2024-09-07 14:09:41 +00:00
bae33974b3 Match image name with repo name
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 7m7s
Playwright Tests / test (pull_request) Successful in 10m6s
2024-09-07 15:57:06 +02:00
3 changed files with 18 additions and 14 deletions

View File

@ -1,4 +1,4 @@
name: Build docker image name: Build Nginx-based docker image
on: on:
push: push:
branches: branches:
@ -15,17 +15,19 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub - name: Login to the private Docker registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} registry: ${{ secrets.PRIVATE_REGISTRY_HOST }}
password: ${{ secrets.DOCKERHUB_TOKEN }} username: ${{ secrets.PRIVATE_REGISTRY_USERNAME }}
password: ${{ secrets.PRIVATE_REGISTRY_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: bustikiller/wedding-planner-frontend:latest tags: |
${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ env.GITHUB_REPOSITORY }}:latest
cache-from: type=registry,ref=user/app:latest cache-from: type=registry,ref=user/app:latest
cache-to: type=inline cache-to: type=inline

View File

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"@heroicons/react": "^2.1.4", "@heroicons/react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@vercel/postgres": "^0.9.0", "@vercel/postgres": "^0.10.0",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",

16
pnpm-lock.yaml generated
View File

@ -15,8 +15,8 @@ importers:
specifier: ^0.5.7 specifier: ^0.5.7
version: 0.5.8(tailwindcss@3.4.10) version: 0.5.8(tailwindcss@3.4.10)
'@vercel/postgres': '@vercel/postgres':
specifier: ^0.9.0 specifier: ^0.10.0
version: 0.9.0 version: 0.10.0(utf-8-validate@6.0.4)
autoprefixer: autoprefixer:
specifier: 10.4.20 specifier: 10.4.20
version: 10.4.20(postcss@8.4.43) version: 10.4.20(postcss@8.4.43)
@ -363,9 +363,9 @@ packages:
'@types/react@18.3.5': '@types/react@18.3.5':
resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==} resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==}
'@vercel/postgres@0.9.0': '@vercel/postgres@0.10.0':
resolution: {integrity: sha512-WiI2g3+ce2g1u1gP41MoDj2DsMuQQ+us7vHobysRixKECGaLHpfTI7DuVZmHU087ozRAGr3GocSyqmWLLo+fig==} resolution: {integrity: sha512-fSD23DxGND40IzSkXjcFcxr53t3Tiym59Is0jSYIFpG4/0f0KO9SGtcp1sXiebvPaGe7N/tU05cH4yt2S6/IPg==}
engines: {node: '>=14.6'} engines: {node: '>=18.14'}
abbrev@1.1.1: abbrev@1.1.1:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
@ -1472,12 +1472,13 @@ snapshots:
'@types/prop-types': 15.7.12 '@types/prop-types': 15.7.12
csstype: 3.1.3 csstype: 3.1.3
'@vercel/postgres@0.9.0': '@vercel/postgres@0.10.0(utf-8-validate@6.0.4)':
dependencies: dependencies:
'@neondatabase/serverless': 0.9.4 '@neondatabase/serverless': 0.9.4
bufferutil: 4.0.8 bufferutil: 4.0.8
utf-8-validate: 6.0.4
ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)
transitivePeerDependencies:
- utf-8-validate
abbrev@1.1.1: {} abbrev@1.1.1: {}
@ -2253,6 +2254,7 @@ snapshots:
utf-8-validate@6.0.4: utf-8-validate@6.0.4:
dependencies: dependencies:
node-gyp-build: 4.8.1 node-gyp-build: 4.8.1
optional: true
util-deprecate@1.0.2: {} util-deprecate@1.0.2: {}