Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaszdunov committed Jun 2, 2024
1 parent 3ec0ba3 commit 0653b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

- name: Create Dockerfiles of Python Images
run: python ./src/parse.py

- uses: danyow/json-matrix-builder@v0.5.0
id: array
with:
Expand All @@ -64,6 +65,6 @@ jobs:
with:
name: Generated_Dockerfiles
- run: |
docker build --tag ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{github.job}} .
docker build --tag ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{github.job.name}} --file ${{github.job.name}}
docker push ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{github.job}}

0 comments on commit 0653b26

Please sign in to comment.