This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
new 779a445de feat(git action): Remove the library path (#3292)
779a445de is described below
commit 779a445deaf7f3beb46bd25e213f51639f64d1c2
Author: jack tao <[email protected]>
AuthorDate: Thu Sep 8 18:30:20 2022 +0800
feat(git action): Remove the library path (#3292)
---
.github/workflows/publish-docker.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index 2c69906e3..c1701f481 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -78,7 +78,7 @@ jobs:
DOCKER_VERSION: ${{ github.ref_name }}-${{ github.sha }}
run: |
docker images
- docker tag linkis:${{ env.LINKIS_VERSION }} ${{ env.HUB
}}/library/linkis:${{ env.DOCKER_VERSION }}
- docker push ${{ env.HUB }}/library/linkis:${{ env.DOCKER_VERSION }}
- docker tag linkis-web:${{ env.LINKIS_VERSION }} ${{ env.HUB
}}/library/linkis-web:${{ env.DOCKER_VERSION }}
- docker push ${{ env.HUB }}/library/linkis-web:${{ env.DOCKER_VERSION }}
+ docker tag linkis:${{ env.LINKIS_VERSION }} ${{ env.HUB }}/linkis:${{
env.DOCKER_VERSION }}
+ docker push ${{ env.HUB }}/linkis:${{ env.DOCKER_VERSION }}
+ docker tag linkis-web:${{ env.LINKIS_VERSION }} ${{ env.HUB
}}/linkis-web:${{ env.DOCKER_VERSION }}
+ docker push ${{ env.HUB }}/linkis-web:${{ env.DOCKER_VERSION }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]