Skip to content

Commit

Permalink
Merge pull request #57 from cytopia/release-0.33
Browse files Browse the repository at this point in the history
Release 0.33
  • Loading branch information
cytopia authored Dec 1, 2022
2 parents 7122f06 + 7c58d23 commit 6dd96f6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 339 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/action_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ name: build
# -------------------------------------------------------------------------------------------------
on:
push:

paths:
- 'Makefile'
- 'Dockerfiles/**'
- 'tests/**'
- '.github/workflows/action*.yml'
- '.github/workflows/params.yml'

jobs:

Expand All @@ -22,8 +27,7 @@ jobs:
# (2/2) Build
docker:
needs: [params]
#uses: devilbox/github-actions/.github/workflows/docker-name-version-flavour-arch.yml@master
uses: ./.github/workflows/docker-name-version-flavour-arch.yml
uses: devilbox/github-actions/.github/workflows/docker-name-version-flavour-arch.yml@master
with:
enabled: true
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/action_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
# (2/2) Build
docker:
needs: [params]
#uses: devilbox/github-actions/.github/workflows/docker-name-version-flavour-arch.yml@master
uses: ./.github/workflows/docker-name-version-flavour-arch.yml
uses: devilbox/github-actions/.github/workflows/docker-name-version-flavour-arch.yml@master
with:
enabled: true
can_deploy: false
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/action_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
# (2/2) Build
docker:
needs: [params]
#uses: devilbox/github-actions/.github/workflows/docker-name-version-flavour-arch.yml@master
uses: ./.github/workflows/docker-name-version-flavour-arch.yml
uses: devilbox/github-actions/.github/workflows/docker-name-version-flavour-arch.yml@master
with:
enabled: true
can_deploy: true
Expand Down
251 changes: 0 additions & 251 deletions .github/workflows/docker-name-version-flavour-arch.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "[Set-Output] Matrix"
id: set-matrix
run: |
echo "::set-output name=matrix::$( echo '${{ env.MATRIX }}' | jq -M -c )"
echo "matrix=$( echo '${{ env.MATRIX }}' | jq -M -c )" >> $GITHUB_OUTPUT
- name: "[Set-Output] Matrix 'Refs' (master branch and latest tag)"
id: set-refs
Expand Down
40 changes: 0 additions & 40 deletions build/docker-build.sh

This file was deleted.

40 changes: 0 additions & 40 deletions build/docker-rebuild.sh

This file was deleted.

0 comments on commit 6dd96f6

Please sign in to comment.