Skip to content

added README.md

added README.md #10

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)