Skip to content

Commit

Permalink
Fix args for docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Jul 3, 2024
1 parent 978e47e commit 99cf7a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: docker
context: .
file: docker/Dockerfile
platforms: ${{ env.platforms }}
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 99cf7a5

Please sign in to comment.