diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 1e6458e..bc364ce 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -11,7 +11,7 @@ env: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu steps: - name: Checkout repository @@ -24,8 +24,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ secrets.GITEA_REGISTRY_USER }} - password: ${{ secrets.GITEA_REGISTRY_TOKEN }} + username: ${{ github.actor }} + password: ${{ secrets.TOKEN }} - name: Extract metadata for Docker id: meta @@ -45,4 +45,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - no-cache: true + no-cache: true \ No newline at end of file