π [Update] CI workflow, const dockerhub name
Browse files
.github/workflows/docker.yaml
CHANGED
@@ -20,14 +20,14 @@ jobs:
|
|
20 |
- name: Log in to Docker Hub
|
21 |
uses: docker/login-action@v2
|
22 |
with:
|
23 |
-
username:
|
24 |
password: ${{ secrets.DOCKER_PASSWORD }}
|
25 |
|
26 |
- name: Extract metadata (tags, labels) for Docker
|
27 |
id: meta
|
28 |
uses: docker/metadata-action@v4
|
29 |
with:
|
30 |
-
images:
|
31 |
|
32 |
- name: Build and push Docker image
|
33 |
uses: docker/build-push-action@v4
|
|
|
20 |
- name: Log in to Docker Hub
|
21 |
uses: docker/login-action@v2
|
22 |
with:
|
23 |
+
username: henrytsui000
|
24 |
password: ${{ secrets.DOCKER_PASSWORD }}
|
25 |
|
26 |
- name: Extract metadata (tags, labels) for Docker
|
27 |
id: meta
|
28 |
uses: docker/metadata-action@v4
|
29 |
with:
|
30 |
+
images: henrytsui000/yolo
|
31 |
|
32 |
- name: Build and push Docker image
|
33 |
uses: docker/build-push-action@v4
|