Skip to content

add GNU sed

add GNU sed #19

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
tags:
- '*'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: ci/checkout-repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: ci/build-docker
env:
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
uses: ./.github/actions/docker-build