Skip to content

Commit

Permalink
Bugfix/src dir does not exist (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-dig authored Aug 22, 2022
1 parent 6cb4858 commit d917a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./src
context: ./
file: ${{ inputs.dockerfile }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit d917a11

Please sign in to comment.