Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
219c7a727a Update dependency ruby to v3.3.5
Some checks failed
renovate/artifacts Artifact file update failure
Run unit tests / unit_tests (pull_request) Failing after 1m30s
Build docker image / build-static-assets (pull_request) Failing after 11m24s
2024-09-03 08:02:00 +00:00
2 changed files with 6 additions and 8 deletions

View File

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

View File

@ -343,7 +343,7 @@ DEPENDENCIES
web-console
RUBY VERSION
ruby 3.3.5p100
ruby 3.3.4p94
BUNDLED WITH
2.5.17