push
All checks were successful
ci / build (push) Successful in 1m23s

This commit is contained in:
miwr 2025-04-15 13:35:40 +02:00
parent 567ee404bb
commit 92744b7f20
2 changed files with 2 additions and 2 deletions

View file

@ -71,5 +71,5 @@ jobs:
push: true push: true
allow: network.host allow: network.host
network: host network: host
platforms: linux/arm64 platforms: linux/amd64
tags: ${{ steps.docker.outputs.tags }} tags: ${{ steps.docker.outputs.tags }}

View file

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