Skip to content

Fix: trim db values

Fix: trim db values #8

Workflow file for this run

name: Production
on:
release:
types: [published]
jobs:
production:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3
- name: 🔐 Login to Docker Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: 🔧 Build and push Docker Image
uses: docker/build-push-action@v4
with:
push: true
tags: |
ghcr.io/bostads-ab-mimer/onecore-leasing:release-${{ github.event.release.tag_name }}