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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
registry_package:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
CreateImage:
|
||||
|
@ -3,6 +3,7 @@ services:
|
||||
container_name: hub
|
||||
restart: unless-stopped
|
||||
hostname: hub
|
||||
image: gitea.pena/penaside/front-hub/main:$GITHUB_RUN_NUMBER
|
||||
image: gitea.pena/penaside/front-hub/main:$latest
|
||||
tty: true
|
||||
pull_policy: always
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user