Skip to content

Update docker/login-action action to v3 #40

Update docker/login-action action to v3

Update docker/login-action action to v3 #40

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