Skip to content

fix: defined proper cors rules + OFF api call #4

fix: defined proper cors rules + OFF api call

fix: defined proper cors rules + OFF api call #4

Workflow file for this run

name: Deploy to Docker Hub
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
with:
image: areebahmeddd/mivro-python
tags: latest
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}