Categorygithub.com/mo3m3n/github-actions
repository
1.0.0
Repository: https://github.com/mo3m3n/github-actions.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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@v1
  - name: action-name
    uses: docker://haproxytech/action-name:TAG
  • Using action via HAProxyTech repository:
steps:
  - name: Check out code
    uses: actions/checkout@v1
  - name: action-name
    uses: haproxytech/github-actions/action-name@TAG