Skip to content

Commit

Permalink
test build in CI (to be removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Dec 13, 2024
1 parent 09e6088 commit 39c7924
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

# Alternate Image with amazonlinux
- name: Alternate Amazon Linux Build and Push
uses: docker/build-push-action@v3
with:
file: dockerfiles/v3/amazonlinux
push: false

- name: Install Ruby ${{ env.RUBY_VERSION }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 39c7924

Please sign in to comment.