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 73711e9 commit 57dc19a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/galaxy-api-adm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
file: ./machines/${{ env.MACHINE }}/${{ env.PROCESS }}.Dockerfile
context: ./machines/${{ env.MACHINE }}
file: ${{ env.PROCESS }}.Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 57dc19a

Please sign in to comment.