CI: make container builder action more generic
This commit is contained in:
parent
cd4f9326f7
commit
a5cbc5da30
2 changed files with 2 additions and 2 deletions
.forgejo
|
@ -13,6 +13,6 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: Containerfile.build
|
||||
file: .forgejo/Containerfile.build
|
||||
push: true
|
||||
tags: git.it-syndikat.org/it-syndikat/its-matrix-bot-build
|
||||
tags: ${{ vars.BUILDER_CONTAINER_NAME }}
|
||||
|
|
Loading…
Add table
Reference in a new issue