update doomloy
This commit is contained in:
parent
d15a1f1879
commit
6c771bad80
@ -2,9 +2,8 @@ name: Deploy
|
|||||||
run-name: ${{ gitea.actor }} build image and push to container registry
|
run-name: ${{ gitea.actor }} build image and push to container registry
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
registry_package:
|
||||||
branches:
|
types: [published]
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CreateImage:
|
CreateImage:
|
||||||
|
@ -3,6 +3,7 @@ services:
|
|||||||
container_name: hub
|
container_name: hub
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: hub
|
hostname: hub
|
||||||
image: gitea.pena/penaside/front-hub/main:$GITHUB_RUN_NUMBER
|
image: gitea.pena/penaside/front-hub/main:$latest
|
||||||
tty: true
|
tty: true
|
||||||
|
pull_policy: always
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user