projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b70119
)
Fix publish github action on docker registry
author
Alban Crequy
<alban@kinvolk.io>
Sun, 4 Jul 2021 14:17:15 +0000
(16:17 +0200)
committer
yonghong-song
<ys114321@gmail.com>
Tue, 6 Jul 2021 05:24:32 +0000
(22:24 -0700)
.github/workflows/publish.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/publish.yml
b/.github/workflows/publish.yml
index 15c583b5c8e3733c7a026e608ef5403a150849f0..f737c8ce7248584f96ffbbb3656f941382425e23 100644
(file)
--- a/
.github/workflows/publish.yml
+++ b/
.github/workflows/publish.yml
@@
-88,6
+88,10
@@
jobs:
else
echo "Custom docker credentials not, skipping"
fi
+ env:
+ DOCKER_IMAGE: ${{ secrets.DOCKER_IMAGE }}
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Build container image and publish to registry
id: publish-registry