fix: indentation
This commit is contained in:
@@ -44,17 +44,17 @@ jobs:
|
|||||||
run: yarn check:shadcn-excluded
|
run: yarn check:shadcn-excluded
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: build # Only runs if tests/lint pass
|
needs: build # Only runs if tests/lint pass
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main' # Only deploy from main branch
|
if: github.ref == 'refs/heads/main' # Only deploy from main branch
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Login to Gitea Registry
|
- name: Login to Gitea Registry
|
||||||
run: echo "${{ secrets.CI_DEPLOY_TOKEN }}" | docker login git.allmy.work -u ${{ gitea.repository_owner }} --password-stdin
|
run: echo "${{ secrets.CI_DEPLOY_TOKEN }}" | docker login git.allmy.work -u ${{ gitea.repository_owner }} --password-stdin
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t git.allmy.work/${{ gitea.repository }}:latest .
|
docker build -t git.allmy.work/${{ gitea.repository }}:latest .
|
||||||
docker push git.allmy.work/${{ gitea.repository }}:latest
|
docker push git.allmy.work/${{ gitea.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user