добавили новую переменную в воркфлоу
This commit is contained in:
@@ -27,6 +27,8 @@ jobs:
|
||||
file: src/GmRelay.Bot/Dockerfile
|
||||
push: true
|
||||
tags: git.codeanddice.ru/toutsu/gmrelay-bot:latest
|
||||
labels: |
|
||||
org.opencontainers.image.source=https://git.codeanddice.ru/${{ gitea.repository }}
|
||||
|
||||
- name: Build and push Web
|
||||
uses: docker/build-push-action@v5
|
||||
@@ -35,6 +37,8 @@ jobs:
|
||||
file: src/GmRelay.Web/Dockerfile
|
||||
push: true
|
||||
tags: git.codeanddice.ru/toutsu/gmrelay-web:latest
|
||||
labels: |
|
||||
org.opencontainers.image.source=https://git.codeanddice.ru/${{ gitea.repository }}
|
||||
|
||||
# ЧАСТЬ 2: Запускаем эти образы на самом сервере
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user