From af2084c8224c6dd7db4e82426e5343a5a4f13821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:46:58 +0200 Subject: [PATCH] chore(deps): bump celestiaorg/.github from 0.2.4 to 0.2.8 (#540) * chore(deps): bump celestiaorg/.github from 0.2.4 to 0.2.8 Bumps [celestiaorg/.github](https://github.com/celestiaorg/.github) from 0.2.4 to 0.2.8. - [Release notes](https://github.com/celestiaorg/.github/releases) - [Commits](https://github.com/celestiaorg/.github/compare/v0.2.4...v0.2.8) --- updated-dependencies: - dependency-name: celestiaorg/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update docker-build-publish.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CHAMI Rachid --- .github/workflows/docker-build-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index e71a0058..98801522 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -4,7 +4,7 @@ name: Docker Build & Publish on: push: branches: - - "**" + - "main" tags: - "v[0-9]+.[0-9]+.[0-9]+" - "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" @@ -17,6 +17,6 @@ jobs: permissions: contents: write packages: write - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.4 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.8 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile