Skip to content

Commit

Permalink
fix manifest for branch merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Dec 20, 2023
1 parent cc1c65d commit 0c3fbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
target: "rancher/harvester-node-manager:${DRONE_TAG}-head"
template: "rancher/harvester-node-manager:${DRONE_TAG}-head-OS-ARCH"
target: "rancher/harvester-node-manager:${DRONE_BRANCH}-head"
template: "rancher/harvester-node-manager:${DRONE_BRANCH}-head-OS-ARCH"
ignore_missing: true
platforms:
- linux/amd64
Expand Down

0 comments on commit 0c3fbd9

Please sign in to comment.