Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 550b9c2

Browse files
authored
Fix Dockerfile path (#138)
1 parent 4c79f08 commit 550b9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Push to Dockerhub
132132
uses: docker/build-push-action@v2
133133
with:
134-
file: build/Dockerfile
134+
file: Dockerfile
135135
context: '.'
136136
tags: |
137137
nginx/nginx-ingress-operator:latest

0 commit comments

Comments
 (0)