Skip to content

Commit

Permalink
chore: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Feb 21, 2024
1 parent ff84246 commit 10edabf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,20 @@ runs:
- name: Build base image
uses: ./actions/docker/build
with:
image-name: centos-base
image-name: centos-7.9-base-materials-designer
dockerfile: ./dockerfiles/centos/Dockerfile

- name: Push updated application container
shell: bash -l {0}
run: |
docker push ghcr.io/exabyte-io/centos-7.9-base-materials-designer:latest
- name: Build container
uses: ./actions/docker/build
with:
image-name: wave-test
dockerfile: ./dockerfiles/app/Dockerfile
cli-args: --build-arg BASE_IMAGE=centos-base
cli-args: --build-arg BASE_IMAGE=ghcr.io/exabyte-io/centos-7.9-base-materials-designer

- name: Run tests
shell: bash -l {0}
Expand Down

0 comments on commit 10edabf

Please sign in to comment.