Skip to content

Update index.jsx

Update index.jsx #16

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: a7medabdo6
password: dckr_pat_UwDbJwF0JV-sk5Mtk4zxGyvVnd8
- name: Build the Docker image
run: docker-compose -f docker-compose.yml build
- name: Docker Push
run: docker-compose push nextjs