Skip to content

Commit

Permalink
upgrade docker linkis version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoPhilipse committed Dec 19, 2023
1 parent b98b47a commit 92a1e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
TAG: ${{ github.sha }}
SKIP_TEST: true
HUB: ghcr.io/apache/linkis
LINKIS_VERSION: 1.5.0-SNAPSHOT
LINKIS_VERSION: 1.5.0
steps:
- name: Free up disk space
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TAG: ${{ github.sha }}
SKIP_TEST: true
HUB: ghcr.io/apache/linkis
LINKIS_VERSION: 1.5.0-SNAPSHOT
LINKIS_VERSION: 1.5.0
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 92a1e29

Please sign in to comment.