File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ jobs:
12
12
AWS1 : ${{ secrets.AWS1 }}
13
13
AWS2 : ${{ secrets.AWS2 }}
14
14
steps :
15
- - name : Check Out Repo
16
- uses : actions/checkout@v4
15
+ - name : Check Out Repo
16
+ uses : actions/checkout@v4
17
17
18
- - name : Log in to Docker Hub
19
- uses : docker/login-action@v3
20
- with :
21
- username : ${{ secrets.DOCKER_USERNAME }}
22
- password : ${{ secrets.DOCKER_PASSWORD }}
18
+ - name : Login to Docker Hub
19
+ uses : docker/login-action@v3
20
+ with :
21
+ username : ${{ vars.DOCKERHUB_USERNAME }}
22
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
23
23
24
- - name : Build and push Docker images
25
-
26
- with :
27
- context : .
28
- file : ./container/Dockerfile
29
- push : true
30
- tags : unlux/transcoding:latest
24
+ - name : Build and Push Docker Images
25
+
26
+ with :
27
+ context : .
28
+ file : ./container/Dockerfile
29
+ push : true
30
+ tags : unlux/transcoding:latest
31
31
32
- - name : Verify Pushed Image
33
- run : docker pull unlux/transcoding:latest
32
+ - name : Verify Pushed Image
33
+ run : docker pull unlux/transcoding:latest
You can’t perform that action at this time.
0 commit comments