From 5e0266016cee583ca1838f2b4ea52cb72da3d6ed Mon Sep 17 00:00:00 2001 From: Emilia Jaser Date: Sun, 8 Sep 2024 20:27:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20(ci/cd):=20Change=20everything?= =?UTF-8?q?=20in=20CI/CD=20from=20verein=20to=20org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index d652826e..d4e59e5a 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -6,7 +6,7 @@ on: - backend/** - .github/workflows/backend.yml branches: [ '**' ] - tags: [ 'verein-*.*.*' ] + tags: [ 'org-*.*.*' ] env: BASE_IMAGE_NAME: ghcr.io/hopps-app/hopps/org @@ -59,7 +59,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: backend/app.hopps.vereine + context: backend/app.hopps.org file: backend/app.hopps.org/src/main/docker/Dockerfile.jvm push: true tags: ${{ steps.meta.outputs.tags }} # tags from the docker/metadata-action