Skip to content

Commit

Permalink
.github: use current directory for docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Dec 11, 2024
1 parent 4ecf948 commit f6dfbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
pull: true
tags: ${{ steps.docker-meta.outputs.tags }}
Expand Down

0 comments on commit f6dfbac

Please sign in to comment.