Skip to content

Commit 38a2b71

Browse files
authoredNov 14, 2024··
Update docker-image.yml ( final fix, hopefully )
1 parent 5acbb8e commit 38a2b71

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎.github/workflows/docker-image.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
- name: Check Out Repo
1616
uses: actions/checkout@v4
1717

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 }}
2323

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
2626
with:
2727
context: .
2828
file: ./container/Dockerfile
2929
push: true
30-
tags: unlux/transcoding:latest # Replace with your Docker Hub username and repository
31-
30+
tags: unlux/transcoding:latest
31+
3232
- 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

0 commit comments

Comments
 (0)
Please sign in to comment.