diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3a9de031..1936d861 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} diff --git a/account-gui/docker/Dockerfile b/account-gui/docker/Dockerfile index 5707bf53..58f13881 100644 --- a/account-gui/docker/Dockerfile +++ b/account-gui/docker/Dockerfile @@ -1,3 +1,2 @@ FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest ADD ./build/ /var/www/ -RUN rm -rf /etc/apache2/sites-enabled/*.conf diff --git a/myconext-gui/docker/Dockerfile b/myconext-gui/docker/Dockerfile new file mode 100644 index 00000000..58f13881 --- /dev/null +++ b/myconext-gui/docker/Dockerfile @@ -0,0 +1,2 @@ +FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest +ADD ./build/ /var/www/