Skip to content

Bump builder image to 1.23.3-alpine3.20 (#12724) #3078

Bump builder image to 1.23.3-alpine3.20 (#12724)

Bump builder image to 1.23.3-alpine3.20 (#12724) #3078

Workflow file for this run

name: Check
on:
push:
branches:
- main
workflow_dispatch:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- run: echo ${GITHUB_REF}
- run: echo ${GITHUB_REF#refs/tags/}
- run: echo ${GITHUB_REF##*/}