Skip to content

fix: changing path

fix: changing path #4

name: Build and Push MPM Backend Image
on:
push:
branches:
- deploy/docker-images
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
file: ./Docker/DockerfileLaravelProd
platforms: linux/amd64
push: true
tags: enaccess/mpm-backend:latest