Commit 38a2b71 authored Nov 14, 2024 · 0 / 1 · Verified
1 parent 5acbb8e commit 38a2b71 Copy full SHA for 38a2b71
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
- name : Check Out Repo
16
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 : Log in to Docker Hub
19
+ uses : docker/login-action@v3
20
+ with :
21
+ username : ${{ secrets.DOCKER_USERNAME }}
22
+ password : ${{ secrets.DOCKER_PASSWORD }}
23
23
24
- - name : Build and Push Docker image
25
- uses : docker/build-push-action@v2
24
+ - name : Build and push Docker images
25
+ uses : docker/build-push-action@v6.9.0
26
26
with :
27
27
context : .
28
28
file : ./container/Dockerfile
29
29
push : true
30
- tags : unlux/transcoding:latest # Replace with your Docker Hub username and repository
31
-
30
+ tags : unlux/transcoding:latest
31
+
32
32
- name : Verify Pushed Image
33
- run : docker pull unlux/transcoding:latest # Replace with your Docker Hub username and repository
33
+ run : docker pull unlux/transcoding:latest
You can’t perform that action at this time.
0 commit comments