mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
renamed ci file
This commit is contained in:
2
.github/workflows/build_and_publish.yml
vendored
2
.github/workflows/build_and_publish.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: docker-compose up
|
||||
run: docker-compose -f containers/docker-compose.yml up
|
||||
- name: Show dir
|
||||
run: ls
|
||||
- name: Upload Artifact
|
||||
|
||||
@@ -33,7 +33,6 @@ jobs:
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
with:
|
||||
bundle: toolbxtuner.flatpak
|
||||
manifest-path: org.kuchelmeister.toolbxtuner.dev.json
|
||||
manifest-path: build-aux/org.kuchelmeister.ToolbxTuner.Devel.json
|
||||
run-tests: true
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
build: .
|
||||
privileged: true
|
||||
volumes:
|
||||
- .:/mnt:z
|
||||
- ..:/mnt:z
|
||||
security_opt:
|
||||
- label=disable
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@ services:
|
||||
gtk4-rs:
|
||||
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
|
||||
volumes:
|
||||
- .:/mnt:z
|
||||
- ..:/mnt:z
|
||||
command: sh -c "cargo appimage"
|
||||
|
||||
Reference in New Issue
Block a user