Skip to content

feat: removed port mapping for the backend and db #6

feat: removed port mapping for the backend and db

feat: removed port mapping for the backend and db #6

Workflow file for this run

name: Build and publish Docker image
on:
push:
branches: ["main"]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to Github container 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:
context: .
push: true
tags: |
ghcr.io/stevensblueprint/orservice:${{ github.sha }}
ghcr.io/stevensblueprint/orservice:latest