Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rancher
Commits
684884c0
Commit
684884c0
authored
5 years ago
by
Bill Maxwell
Committed by
Bill Maxwell
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
pin docker plugin and add package back
parent
8530d4c7
revert-31446-add-gke-transport-proxy-2.4
Tejeev-patch-1
release/v2.4
release/v2.4.12
release/v2.4.15
release/v2.4.4
revert-27219-bp_uiissues
revert-27223-bp_ghEmail
revert-28602-back-to-dev
revert-28691-revert-28602-back-to-dev
revert-30122-moveauth2.4
Tags unavailable
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.drone.yml
+8
-8
.drone.yml
scripts/ci
+1
-1
scripts/ci
with
9 additions
and
9 deletions
+9
-9
.drone.yml
+
8
-
8
View file @
684884c0
...
...
@@ -31,7 +31,7 @@ steps:
-
tag
-
name
:
docker-publish-head
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=amd64
...
...
@@ -55,7 +55,7 @@ steps:
-
push
-
name
:
docker-publish-head-agent
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=amd64
...
...
@@ -101,7 +101,7 @@ steps:
-
push
-
name
:
docker-publish
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=amd64
...
...
@@ -120,7 +120,7 @@ steps:
-
tag
-
name
:
docker-publish-agent
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=amd64
...
...
@@ -233,7 +233,7 @@ steps:
-
tag
-
name
:
docker-publish-head
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=arm64
...
...
@@ -257,7 +257,7 @@ steps:
-
push
-
name
:
docker-publish-head-agent
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=arm64
...
...
@@ -280,7 +280,7 @@ steps:
-
push
-
name
:
docker-publish
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=arm64
...
...
@@ -299,7 +299,7 @@ steps:
-
tag
-
name
:
docker-publish-agent
image
:
plugins/docker
image
:
plugins/docker
:18.09
settings
:
build_args
:
-
ARCH=arm64
...
...
This diff is collapsed.
Click to expand it.
scripts/ci
+
1
-
1
View file @
684884c0
...
...
@@ -6,5 +6,5 @@ cd $(dirname $0)
./validate
./build
./test
#
./package
./package
./chart/ci
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help