Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
38ed636e
Commit
38ed636e
authored
Nov 29, 2021
by
Daniel Holbach
Browse files
fix ghcr.io login
Signed-off-by:
Daniel Holbach
<
daniel@weave.works
>
parent
8324b09b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/on-main-push.yaml
View file @
38ed636e
...
@@ -33,7 +33,7 @@ jobs:
...
@@ -33,7 +33,7 @@ jobs:
uses
:
docker/login-action@v1
uses
:
docker/login-action@v1
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.actor }}
username
:
weave-ghcr-bot
password
:
${{ secrets.KURED_WEAVE_GHCR_BOT_TOKEN }}
password
:
${{ secrets.KURED_WEAVE_GHCR_BOT_TOKEN }}
-
name
:
Build image
-
name
:
Build image
...
...
.github/workflows/on-tag.yaml
View file @
38ed636e
...
@@ -41,7 +41,7 @@ jobs:
...
@@ -41,7 +41,7 @@ jobs:
uses
:
docker/login-action@v1
uses
:
docker/login-action@v1
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.actor }}
username
:
weave-ghcr-bot
password
:
${{ secrets.KURED_WEAVE_GHCR_BOT_TOKEN }}
password
:
${{ secrets.KURED_WEAVE_GHCR_BOT_TOKEN }}
-
name
:
Publish image
-
name
:
Publish image
...
...
Write
Preview
Markdown
is supported
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