update doomloy

This commit is contained in:
Nastya 2025-08-13 01:56:14 +03:00
parent d15a1f1879
commit 6c771bad80
4 changed files with 10 additions and 10 deletions

@ -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