We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2737505 commit 7c6fa87Copy full SHA for 7c6fa87
.github/workflows/docker-image.yml
@@ -16,3 +16,5 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Build the Docker image
18
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