Skip to content

fix: initialise additional treatments as empty arrray #40

fix: initialise additional treatments as empty arrray

fix: initialise additional treatments as empty arrray #40

name: Build and Push Frontend Docker Image
on:
push:
paths:
- 'backend/**'
jobs:
push_to_registry:
name: push docker image to hub
runs-on: ubuntu-latest
steps:
- name: check repository
uses: actions/checkout@v4
- name: login to docker registry
uses: docker/login-action@v3
with:
username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}}
- name: build and push docker image to registry
uses: docker/build-push-action@v5
with:
context: backend/
push: true
tags: morauen/oxn-backend:latest