Skip to content

packaged redis version for path #8

packaged redis version for path

packaged redis version for path #8

Workflow file for this run

name: Build redis
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
packages: write
jobs:
ubuntu-bionic-x86-64:
uses: ./.github/workflows/BUILD-REUSABLE.yml
with:
docker_image: ubuntu:18.04
deps: apt-get update -qq && apt-get install -qqy build-essential libssl-dev python3 python3-pip jq wget
osnick: ubuntu18.04
secrets: inherit