Skip to content

Commit

Permalink
Fix tag publishing for webhook
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Kuehl <[email protected]>
  • Loading branch information
Connor Kuehl authored and Vicente-Cheng committed Jan 24, 2024
1 parent 3c336d2 commit aa98b42
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 @@ -277,8 +277,8 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
target: "rancher/harvester-node-manager-webhook:${DRONE_TAG}-head"
template: "rancher/harvester-node-manager-webhook:${DRONE_TAG}-head-OS-ARCH"
target: "rancher/harvester-node-manager-webhook:${DRONE_TAG}"
template: "rancher/harvester-node-manager-webhook:${DRONE_TAG}-OS-ARCH"
ignore_missing: true
platforms:
- linux/amd64
Expand Down

0 comments on commit aa98b42

Please sign in to comment.