Skip to content

🍰 [v1.0.1] Integrated docker + github actions #2

🍰 [v1.0.1] Integrated docker + github actions

🍰 [v1.0.1] Integrated docker + github actions #2

Workflow file for this run

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