We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8f272 commit 03cd2d9Copy full SHA for 03cd2d9
2 files changed
.github/workflows/dev-cd.yml
@@ -15,6 +15,9 @@ jobs:
15
DEV-CD:
16
if: github.event.pull_request.merged == true
17
runs-on: ubuntu-latest
18
+ env:
19
+ DOCKER_CLIENT_TIMEOUT: 600
20
+ COMPOSE_HTTP_TIMEOUT: 600
21
steps:
22
- uses: actions/checkout@v4
23
- name: 'Set up jdk'
.github/workflows/release-cd.yml
@@ -12,6 +12,9 @@ permissions:
12
jobs:
13
Release-CD:
14
@@ -56,7 +59,7 @@ jobs:
56
59
run: |
57
60
envsubst < ./taskflow.yaml
58
61
env:
- IMAGE_TAG: ${{ env.IMAGE_TAG }}
62
+ IMAGE_TAG: ${{ steps.version.outputs.VERSION }}
63
# deploy
64
- name: Transport taskflow.yaml to kubectl server
65
uses: appleboy/scp-action@master
0 commit comments