Update torrserver-temp.yml

This commit is contained in:
Alex_Z 2021-11-12 02:22:38 +03:00 committed by GitHub
parent 769147642e
commit bec0ea7bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +1,13 @@
name: torrserver-temp name: torrserver-temp
on: on:
push:
branches:
- 'develop'
schedule: schedule:
- cron: '0 0 * * *' # At the end of every day - cron: '0 0 * * *' # At the end of every day
jobs: jobs:
##################################################################################
#### Template
##################################################################################
# - name: Build Template
# run: docker build --compress -t user/repo:tag path/to/folder/contains/dockerfile
# - name: Push Template
# run: docker push user/repo:tag
##################################################################################
build-forked-fixed-independed-images: build-forked-fixed-independed-images:
name: Forked and fixed independed images name: TorrServer image
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
@ -27,6 +15,12 @@ jobs:
- name: Log into registry - name: Log into registry
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
- name: Test Make
run: make
- name: Docker Compose Update
run: make docker-compose-update
################################################################################## ##################################################################################
- name: Build TorrServer - name: Build TorrServer