mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-10 08:22:02 +05:30
try fix
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 19s
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 19s
This commit is contained in:
parent
7431ea83a8
commit
33233e0482
@ -5,23 +5,20 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Push Docker image to Codeberg docker registry
|
name: Push Docker image to Codeberg docker registry
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v1
|
|
||||||
|
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: aryak
|
username: aryak
|
||||||
password: ${{ secrets.MOZHI_DOCKER_PASSWORD }}
|
password: ${{ secrets.MOZHI_DOCKER_PASSWORD }}
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: latest
|
tags: codeberg.org/aryak/mozhi:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user