mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-23 04:26:51 +01:00
Update workflow actions
This commit is contained in:
parent
8ba69b0857
commit
d2f6201abc
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
cat $GITHUB_ENV > github.env
|
cat $GITHUB_ENV > github.env
|
||||||
|
|
||||||
- name: Upload environment info as artifact
|
- name: Upload environment info as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: github_env
|
name: github_env
|
||||||
path: github.env
|
path: github.env
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
docker save tdlightbotapi:${{ env.HASH_VERSION }}-${{ env.SAFE_ARCH }} -o ${{ env.SAFE_ARCH }}.tar
|
docker save tdlightbotapi:${{ env.HASH_VERSION }}-${{ env.SAFE_ARCH }} -o ${{ env.SAFE_ARCH }}.tar
|
||||||
|
|
||||||
- name: Upload image as artifact
|
- name: Upload image as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: image_${{ env.SAFE_ARCH }}
|
name: image_${{ env.SAFE_ARCH }}
|
||||||
path: ${{ env.SAFE_ARCH }}.tar
|
path: ${{ env.SAFE_ARCH }}.tar
|
||||||
@ -145,7 +145,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
|
|
||||||
- name: Load environment info and built images
|
- name: Load environment info and built images
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user