add docker login
Some checks failed
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Failing after 14s
Some checks failed
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Failing after 14s
This commit is contained in:
parent
b67982ed38
commit
c8bfc47ddf
@ -6,9 +6,13 @@ jobs:
|
|||||||
build-docker-image:
|
build-docker-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ls
|
|
||||||
run: ls
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Log in to the Container registry
|
||||||
|
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||||
|
with:
|
||||||
|
registry: ${{ secrets.REGISTRY }}
|
||||||
|
username: ${{ secrets.USER }}
|
||||||
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
- name: use build script
|
- name: use build script
|
||||||
run: ./dockerbuild.sh
|
run: ./dockerbuild.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user