Skip to content

Commit 32145ea

Browse files
committed
fix: fixed conflict
1 parent bb41230 commit 32145ea

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
name: CI/CD Pipeline
2-
3-
on:
4-
push:
5-
branches: [ "main" ]
6-
7-
jobs:
8-
docker:
9-
runs-on: ubuntu-latest
10-
11-
steps:
12-
- uses: actions/checkout@v4
13-
14-
- name: Login to Docker Hub
15-
uses: docker/login-action@v3
16-
with:
17-
username: ${{ secrets.DOCKERHUB_USERNAME }}
18-
password: ${{ secrets.DOCKERHUB_TOKEN }}
19-
20-
- name: Build and push Docker image
21-
uses: docker/build-push-action@v5
22-
with:
23-
context: ./next-ui
24-
file: ./next-ui/Dockerfile
25-
push: true
26-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/alienui
271
name: CI/CD Application Deployment
282

293
on:

.github/workflows/ci.cd.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)