Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaszdunov committed Jun 2, 2024
1 parent 0163386 commit 3ec0ba3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
with:
name: Generated_Dockerfiles
- run: |
ls
docker build --tag ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{github.job}} Generated_Dockerfiles/
docker build --tag ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{github.job}} .
docker push ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{github.job}}

0 comments on commit 3ec0ba3

Please sign in to comment.