Skip to content

Commit

Permalink
Fix dockerfile location in tag CI (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Jun 3, 2024
1 parent bb2bb34 commit d752876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
dockerfile: Dockerfile
password:
from_secret: docker_password
repo: "rancher/klipper-lb"
Expand Down Expand Up @@ -69,7 +69,7 @@ steps:
- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
dockerfile: Dockerfile
password:
from_secret: docker_password
repo: "rancher/klipper-lb"
Expand Down Expand Up @@ -115,7 +115,7 @@ steps:
- name: docker-publish
image: plugins/docker:linux-arm
settings:
dockerfile: package/Dockerfile
dockerfile: Dockerfile
password:
from_secret: docker_password
repo: "rancher/klipper-lb"
Expand Down

0 comments on commit d752876

Please sign in to comment.