Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

haproxytech/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAProxy

HAProxy Github Actions

This repository contains Github Actions used in CI/CD workflows of HAProxy Technologies repositories hosted in Github.

Usage

  • Using action via Docker container image on Docker Hub:
steps:
  - name: Check out code
    uses: actions/checkout@v2
  - name: action-name
    uses: docker://haproxytech/action-name:TAG
  • Using action via HAProxyTech repository:
steps:
  - name: Check out code
    uses: actions/checkout@v2
  - name: action-name
    uses: haproxytech/github-actions/action-name@TAG