Skip to content

Commit

Permalink
fix error in publish steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud authored and bk201 committed Dec 20, 2023
1 parent b1a4485 commit cc1c65d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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_TAG}-head"
template: "rancher/harvester-node-manager:${DRONE_TAG}-head-OS-ARCH"
ignore_missing: true
platforms:
- linux/amd64
Expand All @@ -155,8 +155,8 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
target: rancher/harvester-node-manager:${DRONE_TAG}
template: rancher/harvester-node-manager-${DRONE_TAG}-OS-ARCH
target: "rancher/harvester-node-manager:${DRONE_TAG}"
template: "rancher/harvester-node-manager:${DRONE_TAG}-OS-ARCH"
ignore_missing: true
platforms:
- linux/amd64
Expand Down

0 comments on commit cc1c65d

Please sign in to comment.