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

Commit

Permalink
Fix Dockerfile path (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 authored Jul 13, 2021
1 parent 4c79f08 commit 550b9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Push to Dockerhub
uses: docker/build-push-action@v2
with:
file: build/Dockerfile
file: Dockerfile
context: '.'
tags: |
nginx/nginx-ingress-operator:latest
Expand Down

0 comments on commit 550b9c2

Please sign in to comment.