diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa430d6a..088bf84d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,11 +46,12 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push + - name: Build and push booking ui uses: docker/build-push-action@v5 with: build-args: CI_VERSION=${{ env.CI_VERSION }} - context: ./booking-ui + context: ./ + file: Dockerfile.booking-ui platforms: linux/amd64,linux/arm64 push: true tags: | @@ -60,11 +61,12 @@ jobs: docker.io/seatsurfing/booking-ui:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new - - name: Build and push + - name: Build and push admin ui uses: docker/build-push-action@v5 with: build-args: CI_VERSION=${{ env.CI_VERSION }} - context: ./admin-ui + context: ./ + file: Dockerfile.admin-ui platforms: linux/amd64,linux/arm64 push: true tags: | @@ -74,7 +76,7 @@ jobs: docker.io/seatsurfing/admin-ui:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new - - name: Build and push + - name: Build and push backend uses: docker/build-push-action@v5 with: context: . diff --git a/README.md b/README.md index 8d71544e..969771a9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This repository contains the Backend, which consists of: ## Quick reference * **Maintained by:** [Seatsurfing.app](https://seatsurfing.app/) * **Where to get help:** [Documentation](https://seatsurfing.app/docs/) -* **Docker architectures:** [amd64, arm64, arm v7](http://hub.docker.com/r/seatsurfing/backend) +* **Docker architectures:** [amd64, arm64](http://hub.docker.com/r/seatsurfing/backend) * **License:** [GPL 3.0](https://github.com/seatsurfing/backend/blob/master/LICENSE) ## How to use the Docker image diff --git a/docker-readme.md b/docker-readme.md index 2b610aa5..d096c36f 100644 --- a/docker-readme.md +++ b/docker-readme.md @@ -5,7 +5,7 @@ Seat booking server software which enables your organisation's employees to book ## Quick reference * **Maintained by:** [Seatsurfing.app](https://seatsurfing.app/) * **Where to get help:** [Documentation](https://seatsurfing.app/docs/) -* **Supported architectures:** amd64, arm64, arm v7 +* **Supported architectures:** amd64, arm64 * **License:** [GPL 3.0](https://github.com/seatsurfing/backend/blob/master/LICENSE) ## Supported tags