Merge remote-tracking branch 'origin/main'
Some checks failed
Docker Image CI / deploy (push) Has been cancelled
Docker Image CI / build-and-push (push) Has been cancelled
Increase Version / trigger-pipeline-b (push) Has been cancelled
Increase Version / bump-version (push) Has been cancelled

This commit is contained in:
2025-03-13 21:52:00 +01:00
4 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
name: Docker Image CI
on:
workflow_call:
push:
branches:
- main
tags:
- "docker-build-*"
jobs:
build-and-push:

View File

@@ -31,5 +31,14 @@ jobs:
# Push changes to remote main branch
git push origin main
build-and-run:
uses: ./.github/workflows/deploy-docker.yml@main
trigger-pipeline-b:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Create and push tag
run: |
git config --global user.name "Gitea Actions"
git config --global user.email "actions@gitea.local"
git tag docker-build-$(date +%s)
git push --tags

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "pay-point",
"version": "0.0.15",
"version": "0.0.21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pay-point",
"version": "0.0.15",
"version": "0.0.21",
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "pay-point",
"version": "0.0.15",
"version": "0.0.21",
"scripts": {
"ng": "ng",
"start": "ng serve",