Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

chore(deps): bump celestiaorg/.github from 0.2.4 to 0.2.8 #540

Merged
merged 2 commits into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+"
Expand All @@ -17,6 +17,6 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected].4 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/[email protected].8 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile
Loading