Skip to content

Commit 492eefa

Browse files
authored
Update build-docker.yml
1 parent a1c3fe5 commit 492eefa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-docker.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Build and push Docker image
2626
uses: docker/build-push-action@v2
2727
with:
28-
context: .
29-
push: true
30-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/your-image-name:latest
28+
context: .
29+
push: true
30+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/your-image-name:latest
31+

0 commit comments

Comments
 (0)