Skip to content

Commit

Permalink
💚 (ci/cd): Change everything in CI/CD from verein to org
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-sized-emi authored and d135-1r43 committed Sep 8, 2024
1 parent 61805a2 commit bb439ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit bb439ba

Please sign in to comment.