Skip to content

Commit

Permalink
Fix pipeline to include 21HIPA. (#15)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update publish.yml
  • Loading branch information
Res42 authored Jan 11, 2022
1 parent 32137af commit 1eb3b82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

- name: Build the ANYK-20HIPA image
run: docker compose -f anyk-20hipa/docker-compose.yml build

- name: Build the ANYK-21HIPA image
run: docker compose -f anyk-21hipa/docker-compose.yml build

- name: Build the ANYK-IGAZOL image
run: docker compose -f anyk-igazol/docker-compose.yml build
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: |
docker compose -f anyk-20hipa/docker-compose.yml build
docker compose -f anyk-20hipa/docker-compose.yml push
- name: Push the ANYK-21HIPA image
run: |
docker compose -f anyk-21hipa/docker-compose.yml build
docker compose -f anyk-21hipa/docker-compose.yml push
- name: Push the ANYK-IGAZOL image
run: |
Expand Down

0 comments on commit 1eb3b82

Please sign in to comment.