Skip to content

Commit

Permalink
ci: fix release.yml (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Sep 9, 2023
1 parent 186c0d0 commit 5c1df08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: k8s-ci
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 5c1df08

Please sign in to comment.