Skip to content

Update lsiobase/alpine Docker tag to v3.19 #51

Update lsiobase/alpine Docker tag to v3.19

Update lsiobase/alpine Docker tag to v3.19 #51

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build image
run: docker build . --tag lsyncd
- name: Show image info
run: docker images
- name: Test lsyncd is installed
run: docker run lsyncd lsyncd -version