Skip to content

Commit

Permalink
use path context of docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 31, 2021
1 parent 80d1ed7 commit 0f5ffab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Build and release to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: linux/amd64, linux/arm64
tags: |
Expand Down

0 comments on commit 0f5ffab

Please sign in to comment.