mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Update docker creds (#239)
This commit is contained in:
2
.github/workflows/build_n_push.yml
vendored
2
.github/workflows/build_n_push.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: netbirdio
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Docker build and push
|
name: Docker build and push
|
||||||
|
|||||||
Reference in New Issue
Block a user