Update .github/workflows/docker-image.yml
Some checks failed
build and deploy docs / build (push) Failing after 24s
Some checks failed
build and deploy docs / build (push) Failing after 24s
This commit is contained in:
parent
7e14371d87
commit
ef4bd21f25
10
.github/workflows/docker-image.yml
vendored
10
.github/workflows/docker-image.yml
vendored
@ -13,9 +13,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Login to Gitea Container Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: ${{ vars.REGISTRY_URL }}
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Docker login
|
#- name: Docker login
|
||||||
run: docker login docker.dariusklein.nl -p ${{secrets.docker_password}} -u ${{secrets.docker_username}}
|
#run: docker login docker.dariusklein.nl -p ${{secrets.docker_password}} -u ${{secrets.docker_username}}
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build . --tag docker.dariusklein.nl/klein-projects/klein-docs:latest
|
run: docker build . --tag docker.dariusklein.nl/klein-projects/klein-docs:latest
|
||||||
- name: Docker push
|
- name: Docker push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user