fix: workflows
This commit is contained in:
parent
1627b75260
commit
105b813239
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
name: Create and publish Frontend a container image
|
||||
name: Create and publish Frontend container image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main", "test"]
|
||||
branches: ["*"]
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ forgejo.REGISTRY }}
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ forgejo.repository_owner }}
|
||||
password: ${{ secrets.PAT }}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
name: Create and publish Frontend a container image
|
||||
name: Create and publish Worker container image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main", "test"]
|
||||
branches: ["*"]
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ forgejo.REGISTRY }}
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ forgejo.repository_owner }}
|
||||
password: ${{ secrets.PAT }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue