ci: add Gitea Actions workflow for build and deploy
Build & Deploy Mobile / build-and-deploy (push) Failing after 59s
Build & Deploy Mobile / build-and-deploy (push) Failing after 59s
This commit is contained in:
@@ -11,17 +11,13 @@ env:
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: contabo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ env.REGISTRY }} -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user