Skip to content

Commit

Permalink
add docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Oct 29, 2024
1 parent 655cee8 commit 9eaaaa2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ jobs:
from_branch: master
target_branch: next
github_token: ${{ secrets.TOKEN }}

docker-build-squash-push:
uses: Geode-solutions/actions/.github/workflows/docker-build-squash-push.yml@master
if: github.ref == 'refs/heads/next' || github.ref == 'refs/heads/master'
with:
image_name: "vease-back"
tag: ${{ github.ref_name }}
secrets:
TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 9eaaaa2

Please sign in to comment.