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 57dc19a commit 6709ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/galaxy-api-adm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./machines/${{ env.MACHINE }}
file: ${{ 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 6709ad2

Please sign in to comment.