Skip to content

fix(dependencies): Bump docker/metadata-action from 5.7.0 to 6.0.0 (#28) #20

fix(dependencies): Bump docker/metadata-action from 5.7.0 to 6.0.0 (#28)

fix(dependencies): Bump docker/metadata-action from 5.7.0 to 6.0.0 (#28) #20

Workflow file for this run

name: Release (self)
on:
push:
branches:
- main
jobs:
release:
uses: ./.github/workflows/semantic-release.yml
with:
node-version: '20'
secrets: inherit
confirm-release:
needs: release
if: needs.release.outputs.release-created == 'true'
runs-on: ubuntu-latest
steps:
- run: echo "A new release was created!"