diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c10e475cef..b5c4750968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: