Skip to content

Commit

Permalink
commit to test amazonlinux build in regular CI run (to be removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Dec 11, 2024
1 parent d9ec466 commit f7f090e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,40 @@ jobs:
DATABASE_URL: postgres://postgres:password@localhost:5432/scalelite_test
run: |
bundle exec rspec
build:
name: Test Amazonlinux Docker Build
runs-on: ubuntu-24.04
env:
DOCKER_REPOSITORY: ${{ secrets.DOCKER_REPOSITORY }}
DOCKER_BUILD_ENABLED: ${{ secrets.DOCKER_BUILD_ENABLED }}
DOCKER_BUILD_ALTERNATE_ENABLED: ${{ secrets.DOCKER_BUILD_ALTERNATE_ENABLED }}
DOCKER_BUILD_ON_PUSH_DISABLED: ${{ secrets.DOCKER_BUILD_ON_PUSH_DISABLED }}
steps:
- name: Alternate Amazon Linux Build nginx
uses: docker/build-push-action@v3
with:
file: dockerfiles/v1/focal260-amazonlinux
push: false
target: nginx

- name: Alternate Amazon Linux Build api
uses: docker/build-push-action@v3
with:
file: dockerfiles/v1/focal260-amazonlinux
push: false
target: api

- name: Alternate Amazon Linux Build poller
uses: docker/build-push-action@v3
with:
file: dockerfiles/v1/focal260-amazonlinux
push: false
target: poller

- name: Alternate Amazon Linux Build recording-importer
uses: docker/build-push-action@v3
with:
file: dockerfiles/v1/focal260-amazonlinux
push: false
target: recording-importer

0 comments on commit f7f090e

Please sign in to comment.