diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75fc6aaf..644e6ebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b568f68a..074fcee3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,7 +6,7 @@ on: tagInput: description: 'Tag' required: true - + release: types: [created] tags: @@ -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 }}