Skip to content

Update README with SSL bind/server examples and current version #73

Update README with SSL bind/server examples and current version

Update README with SSL bind/server examples and current version #73

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: sepehrimanian/terraform-provider-haproxy:latest