Update .gitea/workflows/release.yml

This commit is contained in:
2025-08-13 10:05:11 +07:00
parent 0afb57789b
commit 94c6db9b72

View File

@@ -30,7 +30,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ GITEA_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}
fetch-depth: 0
- name: Get version
@@ -77,7 +77,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ GITEA_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
@@ -117,7 +117,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ GITEA_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -127,7 +127,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.actions_user }}
password: ${{ GITEA_TOKEN }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push release images
uses: docker/build-push-action@v5
@@ -159,7 +159,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ GITEA_TOKEN}}
token: ${{ secrets.GITEA_TOKEN}}
@@ -176,7 +176,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ GITEA_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}
- name: Deploy to production
run: |