Skip to content

build(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 in /tests #2898

build(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 in /tests

build(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 in /tests #2898

Workflow file for this run

name: Docker image
on:
pull_request: {}
push:
branches:
- main
- 'support/*'
release:
types:
- published
jobs:
docker-release:
if: github.event_name == 'release'
concurrency: docker-release
runs-on: ubuntu-latest
steps:
- name: Docker image
uses: Icinga/docker-icingadb@master
with:
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'
docker:
if: github.event_name != 'release'
runs-on: ubuntu-latest
steps:
- name: Docker image
uses: Icinga/docker-icingadb@master
with:
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'