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