Skip to content

Commit cbd6fc1

Browse files
authored
Add step to push Docker image to Dockerhub
1 parent 8be7fb7 commit cbd6fc1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile --tag duylongcontainer/ui:$(date +%s)
19+
20+
21+
- name: Push to Dockerhub
22+
run: docker push duylongcontainer/ui:$(date +%s)

0 commit comments

Comments
 (0)