Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jan 5, 2024
1 parent f3e2135 commit 3320c6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dispatch_build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: set version with current date
id: versioning
run: |
echo "VERSION=$(cat src/VERSION | cut -c 2-).${{ env.TIME }}" >> $GITHUB_OUTPUT
echo "VERSION=$(sed 's/v//' < src/VERSION).${{ env.TIME }}" >> $GITHUB_OUTPUT
- name: Notice when job fails
if: failure()
uses: 8398a7/[email protected]
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platform: ${{ env.ARCH }}
push: true
tags: pyengine/${{ env.SERVICE }}:${{ env.VERSION }}

Expand Down

0 comments on commit 3320c6e

Please sign in to comment.