Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Reconfigure dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Mattix II committed Nov 10, 2021
1 parent b7acc4c commit 9cdcdff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ steps:
settings:
context: cmd/gtoken
dockerfile: cmd/gtoken/Dockerfile
username: drone
password:
from_secret: harbor_drone_pass
repo: harbor.shipttech.com/${DRONE_REPO_NAME}
registry: harbor.shipttech.com
repo: harbor.shipttech.com/production/${DRONE_REPO_NAME}
tags:
- latest
- ${DRONE_TAG}
Expand All @@ -67,11 +63,7 @@ steps:
settings:
context: cmd/gtoken
dockerfile: cmd/gtoken-webhook/Dockerfile
username: drone
password:
from_secret: harbor_drone_pass
repo: harbor.shipttech.com/${DRONE_REPO_NAME}
registry: harbor.shipttech.com
repo: harbor.shipttech.com/production/${DRONE_REPO_NAME}
tags:
- latest
- ${DRONE_TAG}
Expand Down
2 changes: 1 addition & 1 deletion cmd/gtoken-webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3
# syntax=docker/dockerfile:1

#
# ----- Go Builder Image ------
Expand Down
2 changes: 1 addition & 1 deletion cmd/gtoken/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3
# syntax=docker/dockerfile:1

#
# ----- Go Builder Image ------
Expand Down

0 comments on commit 9cdcdff

Please sign in to comment.