Skip to content

Commit

Permalink
fix .github framework docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Oct 23, 2023
1 parent 55dfadc commit 48135b9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-framework-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: deploy docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-latest-framework-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: docker login
run: |
docker login -u ${{ secrets.name }} -p ${{ secrets.pass }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: deploy docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-latest-tars-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: docker login
run: |
docker login -u ${{ secrets.name }} -p ${{ secrets.pass }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: deploy docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tars-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: deploy docker
Expand Down
2 changes: 1 addition & 1 deletion docker
2 changes: 1 addition & 1 deletion framework
Submodule framework updated 2 files
+1 −1 deploy/tar-server.sh
+1 −1 tarscpp

0 comments on commit 48135b9

Please sign in to comment.