Merge branch 'main' of https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/michals-silly-game-frontend
All checks were successful
ci / build (push) Successful in 1m19s

This commit is contained in:
miwr 2025-04-24 14:44:58 +02:00
commit 2b1e6b48ed
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: silly-game-frontend
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-frontend:0.0.37
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-frontend:0.0.38
imagePullPolicy: Always
ports:
- containerPort: 80

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "silly-game-frontend",
"version": "0.0.36",
"version": "0.0.37",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "silly-game-frontend",
"version": "0.0.36",
"version": "0.0.37",
"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "silly-game-frontend",
"version": "0.0.37",
"version": "0.0.38",
"scripts": {
"ng": "ng",
"start": "ng serve",