Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d63ab7

Browse files
github actions: update "docker login" to use LL secrets
1 parent f890b79 commit 0d63ab7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎.github/workflows/build.yaml‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ jobs:
9393
echo ::set-output name=tags::${TAGS[@]}
9494
echo ::set-output name=build::true
9595
- if: ${{ steps.prepare.outputs.build }} == 'true'
96-
name: Login into Docker Hub
97-
env:
98-
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
99-
run: |
100-
docker login --username "${{ steps.prepare.outputs.docker_username }}" --password ${DOCKER_HUB_PASSWORD}
96+
uses: lightninglabs/gh-actions/login-action@2021年01月25日.00
97+
with:
98+
username: ${{ secrets.DOCKER_USERNAME }}
99+
password: ${{ secrets.DOCKER_API_KEY }}
101100

102101
- if: ${{ steps.prepare.outputs.build }} == 'true'
103102
name: Build Docker image

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /