Skip to content

chore(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #9244

chore(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

chore(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #9244

name: docker-build-publish
# Trigger on all push events, new semantic version tags, and all PRs
on:
push:
branches:
- "main"
- "v*"
tags:
- "v*"
pull_request:
workflow_dispatch:
inputs:
ref:
description: "The checkout reference (ie tag, branch, sha)"
required: true
type: string
jobs:
docker-security-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected]
with:
dockerfile: docker/Dockerfile
checkout_ref: ${{ github.event.inputs.ref }}
secrets: inherit
docker-txsim-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected]
with:
dockerfile: docker/txsim/Dockerfile
packageName: txsim
checkout_ref: ${{ github.event.inputs.ref }}
secrets: inherit