Skip to content

chore(deps): update redpandadata/console docker tag to v3.7.4 #6181

chore(deps): update redpandadata/console docker tag to v3.7.4

chore(deps): update redpandadata/console docker tag to v3.7.4 #6181

Workflow file for this run

name: CI
permissions: {}
on:
pull_request:
push:
branches:
- alpha
- beta
- main
- renovate/**
jobs:
ci-optimization:
name: CI optimization
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
permissions:
pull-requests: read
build:
needs: ci-optimization
if: needs.ci-optimization.outputs.continue == 'true'
name: dargstack rgen
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
permissions:
contents: read
with:
APT_PACKAGES: mkcert
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
permissions:
contents: write
id-token: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}