Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
ff1a27ba
Unverified
Commit
ff1a27ba
authored
Nov 29, 2021
by
Daniel Holbach
Committed by
GitHub
Nov 29, 2021
Browse files
Merge pull request #468 from weaveworks/fix-ghcr-login
fix ghcr.io login
parents
8324b09b
38ed636e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/on-main-push.yaml
View file @
ff1a27ba
...
...
@@ -33,7 +33,7 @@ jobs:
uses
:
docker/login-action@v1
with
:
registry
:
ghcr.io
username
:
${{ github.actor }}
username
:
weave-ghcr-bot
password
:
${{ secrets.KURED_WEAVE_GHCR_BOT_TOKEN }}
-
name
:
Build image
...
...
.github/workflows/on-tag.yaml
View file @
ff1a27ba
...
...
@@ -41,7 +41,7 @@ jobs:
uses
:
docker/login-action@v1
with
:
registry
:
ghcr.io
username
:
${{ github.actor }}
username
:
weave-ghcr-bot
password
:
${{ secrets.KURED_WEAVE_GHCR_BOT_TOKEN }}
-
name
:
Publish image
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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