mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-11 07:50:39 -04:00
test docker builds for all pushes and prs
This commit is contained in:
parent
744f6b55e9
commit
440b45c93b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
|
|
||||||
package:
|
package:
|
||||||
#needs: test
|
#needs: test
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
#if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
|
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
|
||||||
build-containers-release:
|
build-containers-release:
|
||||||
#needs: test
|
needs: package
|
||||||
#if: startsWith(github.ref, 'refs/tags/')
|
#if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue