Skip to content

Commit 6f017dc

Browse files
authored
Update build-docker.yml
1 parent 08567d9 commit 6f017dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: docker.io
10-
IMAGE_NAME: my-image-name
10+
IMAGE_NAME: picpilot
1111

1212
jobs:
1313
build-and-push:
@@ -28,8 +28,8 @@ jobs:
2828
uses: docker/login-action@v2
2929
with:
3030
registry: ${{ env.REGISTRY }}
31-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
32-
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
31+
username: ${{ secrets.DOCKER_USERNAME }}
32+
password: ${{ secrets.DOCKER_PASSWORD }}
3333

3434
- name: Build and push Docker image
3535
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)