Skip to content

Commit

Permalink
Merge pull request #1030 from basecamp/docker-not-latest
Browse files Browse the repository at this point in the history
Do not tag 1.9.x Docker images as latest
  • Loading branch information
djmb authored Oct 2, 2024
2 parents bce2d35 + 4b09375 commit b00a4ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
gemfile:
- Gemfile
- gemfiles/rails_edge.gemfile
exclude:
- ruby-version: "3.1"
gemfile: gemfiles/rails_edge.gemfile
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
runs-on: ubuntu-latest
continue-on-error: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tagInput:
description: 'Tag'
required: true

release:
types: [created]
tags:
Expand Down Expand Up @@ -51,5 +51,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/basecamp/kamal:latest
ghcr.io/basecamp/kamal:${{ steps.version-tag.outputs.value }}

0 comments on commit b00a4ec

Please sign in to comment.