Skip to content

Commit 7c6fa87

Browse files
authored
configure docker publish
1 parent 2737505 commit 7c6fa87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile --tag Programmeris/excel-parser-bot:1.0.0
19+
- name: Push Docker Image
20+
run: docker push Programmeris/excel-parser-bot:1.0.0

0 commit comments

Comments
 (0)