Skip to content

Commit

Permalink
Adding the files and workflows for the myconext gui
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Nov 13, 2023
1 parent 6575ab7 commit af4a307
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,14 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-myconext/account-gui:${{ steps.versioncheck.outputs.version }}
ghcr.io/openconext/openconext-myconext/account-gui:${{ github.ref_name }}
- name: Build and push the myconext gui image
uses: docker/build-push-action@v4
with:
context: myconext-gui
file: myconext-gui/docker/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/openconext/openconext-myconext/myconext-gui:${{ github.ref_name }}
1 change: 0 additions & 1 deletion account-gui/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
ADD ./build/ /var/www/
RUN rm -rf /etc/apache2/sites-enabled/*.conf
2 changes: 2 additions & 0 deletions myconext-gui/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
ADD ./build/ /var/www/

0 comments on commit af4a307

Please sign in to comment.