Skip to content

Commit

Permalink
fixed docker context folder
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jan 10, 2024
1 parent 0d2dfb1 commit 1e0ac4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_and_push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Build and push
uses: docker/build-push-action@v5
with:
file: ./docker/${{ inputs.image }}/Dockerfile
context: "./docker/${{ inputs.image }}/"
file: ./docker/${{ inputs.folder }}/Dockerfile
context: "./docker/${{ inputs.folder }}/"
push: ${{ inputs.push }}
tags: geonode/${{ inputs.image }}:${{ inputs.tag }}

0 comments on commit 1e0ac4a

Please sign in to comment.