Skip to content

update golang to 1.26.0 / alpine to 3.23.3 #222

update golang to 1.26.0 / alpine to 3.23.3

update golang to 1.26.0 / alpine to 3.23.3 #222

Workflow file for this run

name: Create and publish a container image
on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:
permissions:
contents: read
packages: write
jobs:
vali:
uses: ./.github/workflows/build-image.yml
with:
image-name: vali
dockerfile: cmd/vali/Dockerfile
build-args: |
TOUCH_PROTOS=1
valitail:
uses: ./.github/workflows/build-image.yml
with:
image-name: valitail
dockerfile: cmd/valitail/Dockerfile
build-args: |
TOUCH_PROTOS=1
vali-build-image:
uses: ./.github/workflows/build-image.yml
with:
image-name: vali-build-image
dockerfile: vali-build-image/Dockerfile
context: vali-build-image