~cytrogen/masto-fe

cffc5d2b0180e2ead23f32391246cdac357bf71b — Renaud Chaput 2 years ago f1d2501
Fix comment in build image workflow (#26740)

2 files changed, 2 insertions(+), 2 deletions(-)

M .github/workflows/build-container-image.yml
M .github/workflows/build-releases.yml
M .github/workflows/build-container-image.yml => .github/workflows/build-container-image.yml +0 -2
@@ 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 }}

M .github/workflows/build-releases.yml => .github/workflows/build-releases.yml +2 -0
@@ 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: |