Skip to content

updated the filtering method #20

updated the filtering method

updated the filtering method #20

Workflow file for this run

name: Docker Image CI
on:
push:
paths:
- 'xbackup/**'
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: cd xbackup && docker build . --file Dockerfile --tag xbackup:$(date +%s)