We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb41230 commit 32145eaCopy full SHA for 32145ea
2 files changed
.github/workflows/ci-cd.yml
@@ -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
23
- context: ./next-ui
24
- file: ./next-ui/Dockerfile
25
- push: true
26
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/alienui
27
name: CI/CD Application Deployment
28
29
on:
.github/workflows/ci.cd.yml
0 commit comments