use inputs
Some checks failed
CI / build-and-test (push) Failing after 2m50s

This commit is contained in:
Tobias Klemp
2026-01-02 00:25:24 +01:00
parent 1a30ce6b75
commit 96cdd6d0a4
2 changed files with 10 additions and 4 deletions

View File

@@ -18,10 +18,10 @@ jobs:
- name: Build and push image
id: docker_build
uses: ./.gitea/actions/build
env:
REGISTRY_ACCESS_TOKEN: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
with:
tag: ${{ steps.branch_name.outputs.branch_name }}
REGISTRY_ACCESS_TOKEN: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
REGISTRY_USER: ${{ gitea.actor }}
- name: Deploy application
uses: ./.gitea/actions/deploy