Skip to content

Commit

Permalink
ci: use Git context during Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaturner committed Mar 4, 2023
1 parent 3b07274 commit ca38af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ github.repository }}:${{ needs.release.outputs.newVersion }}

0 comments on commit ca38af8

Please sign in to comment.