From c0076535e61351fd6e33119de6dd375cc87175b4 Mon Sep 17 00:00:00 2001 From: TAKASE Ryo Date: Mon, 11 Sep 2023 16:34:00 +0900 Subject: [PATCH] chore: fix tag comments in github actions workflow docker.yml (#1078) * Update docker.yml Fix some comments in workflows. * docs: add this PR to CHANGELOG --- .github/workflows/docker.yml | 4 ++-- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7d3b8a79c1..11ef9a2e79 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -6,8 +6,8 @@ on: - rc*/* push: tags: - - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10 - - "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5 + - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v20.15.10 + - "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v20.15.10-rc5, v20.15.10-rc12+build1 env: registry: docker.io repository: finschia/finschia-simapp diff --git a/CHANGELOG.md b/CHANGELOG.md index 664e4cb4a7..3fccb7edef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Event Breaking Changes ### Build, CI +* (ci) [\#1078](https://github.com/Finschia/finschia-sdk/pull/1078) fix tag comments in github actions workflow docker.yml * (build) [#1298](https://github.com/Finschia/finschia-sdk/pull/1298) Set Finschia/ostracon version ### Document Updates