Skip to content

fix(deps): Downgrade alpine in order to avoid incompatible openssl #9

fix(deps): Downgrade alpine in order to avoid incompatible openssl

fix(deps): Downgrade alpine in order to avoid incompatible openssl #9

---
name: Publish Latest Image (Push latest)
# yamllint disable-line rule:truthy
on:
push:
branches:
- latest
jobs:
build:
uses: ./.github/workflows/container-image.yml
secrets: inherit
run:
needs: build
uses: ./.github/workflows/integration-test.yml
secrets: inherit
release:
needs: run
uses: ./.github/workflows/github-release.yml
secrets: inherit