fix: workflows
Some checks failed
Create and publish Frontend container image / build-and-push-image (push) Failing after 1m22s
Create and publish Worker container image / build-and-push-image (push) Failing after 1m10s

This commit is contained in:
zuk 2024-11-14 12:29:14 +01:00
parent 1627b75260
commit 105b813239
2 changed files with 6 additions and 6 deletions

View file

@ -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 }}

View file

@ -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 }}