Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Use context option as described here: docker/build-push-action#300
  • Loading branch information
clly authored Mar 4, 2022
1 parent f55d5e3 commit 155d0d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile
push: true
tags: ${{ steps.extract-tags.outputs.tags }}

0 comments on commit 155d0d2

Please sign in to comment.