Skip to content

build(deps): bump pbkdf2 from 3.1.2 to 3.1.5 #133

build(deps): bump pbkdf2 from 3.1.2 to 3.1.5

build(deps): bump pbkdf2 from 3.1.2 to 3.1.5 #133

name: docker-build-publish
# Trigger on all push events, new semantic version tags, and all PRs
on:
push:
branches:
- "main"
- "v[0-9].[0-9].x"
- "v[0-9].[0-9][0-9].x"
- "v[0-9].x"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
pull_request:
jobs:
docker-build:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/[email protected]

Check failure on line 23 in .github/workflows/docker-build-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-build-publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docker-build-publish.yml" -> "rollkit/.github/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
dockerfile: Dockerfile
secrets: inherit