summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud Chaput <renchap@gmail.com>2023-08-31 14:59:50 +0200
committerGitHub <noreply@github.com>2023-08-31 14:59:50 +0200
commitcffc5d2b0180e2ead23f32391246cdac357bf71b (patch)
treede8c3d3843f63d8f57bc86a2ef75ba7a77a4f64d
parentf1d250135ccf9be5c4d982a2c48417da89d38eb5 (diff)
Fix comment in build image workflow (#26740)
-rw-r--r--.github/workflows/build-container-image.yml2
-rw-r--r--.github/workflows/build-releases.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-container-image.yml b/.github/workflows/build-container-image.yml
index 897bb9caaa7..a1aeddf201b 100644
--- a/.github/workflows/build-container-image.yml
+++ b/.github/workflows/build-container-image.yml
@@ -76,8 +76,6 @@ jobs:
if: ${{ inputs.push_to_images != '' }}
with:
images: ${{ inputs.push_to_images }}
- # Only tag with latest when ran against the latest stable branch
- # This needs to be updated after each minor version release
flavor: ${{ inputs.flavor }}
tags: ${{ inputs.tags }}
labels: ${{ inputs.labels }}
diff --git a/.github/workflows/build-releases.yml b/.github/workflows/build-releases.yml
index b4081746880..f739a69d9ad 100644
--- a/.github/workflows/build-releases.yml
+++ b/.github/workflows/build-releases.yml
@@ -17,6 +17,8 @@ jobs:
push_to_images: |
tootsuite/mastodon
ghcr.io/mastodon/mastodon
+ # Only tag with latest when ran against the latest stable branch
+ # This needs to be updated after each minor version release
flavor: |
latest=${{ startsWith(github.ref, 'refs/tags/v4.1.') }}
tags: |