mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-23 04:12:58 +05:30
more test changes
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 1m12s
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 1m12s
This commit is contained in:
parent
0036762249
commit
7431ea83a8
@ -5,10 +5,13 @@ 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@v3
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: aryak
|
username: aryak
|
||||||
@ -16,7 +19,7 @@ jobs:
|
|||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v1
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user