Skip to content

fix: change torrent complete condition #29

fix: change torrent complete condition

fix: change torrent complete condition #29

name: Build docker images
on:
push:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !contains(github.ref, 'refs/tags/') }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false
cache-from: type=gha
cache-to: type=gha,mode=max