File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ jobs:
52
52
with :
53
53
platforms : linux/arm64
54
54
55
+ - name : Log in to Docker Hub
56
+ uses : docker/login-action@v3
57
+ with :
58
+ username : ${{ secrets.DOCKER_HUB_USERNAME }}
59
+ password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
55
60
- name : Set up Docker
56
61
uses : docker/setup-buildx-action@v3
57
62
- name : Build Docker image
58
63
run : |
59
64
docker buildx create --use
60
65
docker buildx inspect --bootstrap
61
- docker buildx build --platform linux/arm64 -t cinex10/codinsight:latest .
62
- - name : Log in to Docker Hub
63
- uses : docker/login-action@v3
64
- with :
65
- username : ${{ secrets.DOCKER_HUB_USERNAME }}
66
- password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
66
+ docker buildx build --platform linux/arm64 -t cinex10/codinsight:latest --push .
67
67
- name : Push Docker image
68
68
run : |
69
69
docker push cinex10/codinsight:latest
You can’t perform that action at this time.
0 commit comments