move Dockerfile an compose to base folder for later support of different packaging

This commit is contained in:
2022-02-22 10:33:30 +01:00
parent 1ca29cc06e
commit 1191a7a5e6
4 changed files with 8 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
context: base
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}