Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Oct 30, 2023
1 parent b19bcfc commit 02ae0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build Docker Image
run: |
docker build -t ${{ matrix.image}} -f docker/${{ matrix.image }} docker
docker build -t ${{ matrix.image}} -f docker/${{ matrix.image }}.Dockerfile docker
- name: Push Docker Image
run: |
Expand Down

0 comments on commit 02ae0e6

Please sign in to comment.