mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-10 08:22:02 +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
|
||||
name: Push Docker image to Codeberg docker registry
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: aryak
|
||||
@ -16,7 +19,7 @@ jobs:
|
||||
registry: codeberg.org
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v1
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user