Skip to content

Commit

Permalink
eb-app-api, chore: fix Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 2, 2024
1 parent aec6469 commit 73711e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/galaxy-api-adm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./machines/${{ env.MACHINE }}
dockerfile: ${{ env.PROCESS }}.Dockerfile
file: ./machines/${{ env.MACHINE }}/${{ env.PROCESS }}.Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 73711e9

Please sign in to comment.