mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-25 01:21:50 +00:00
Try to fix pipeline
This commit is contained in:
parent
a38657b887
commit
1caa9a4e96
6
.github/workflows/multiarch.yml
vendored
6
.github/workflows/multiarch.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
IMAGE_TAG: ${{ secrets.DOCKERHUB_OWNER }}/telegram-bot-api
|
IMAGE_TAG: ${{ secrets.DOCKERHUB_OWNER }}/telegram-bot-api
|
||||||
ALPINE_VERSION: '3.20'
|
ALPINE_VERSION: 3.20
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
@ -62,7 +62,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@v3.0.0
|
uses: actions/upload-artifact@v4.3.3
|
||||||
with:
|
with:
|
||||||
name: github_env
|
name: github_env
|
||||||
path: github.env
|
path: github.env
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
docker save ${{ env.IMAGE_TAG }}:${{ env.VERSION }}-${{ env.SAFE_ARCH }} -o ${{ env.SAFE_ARCH }}.tar
|
docker save ${{ env.IMAGE_TAG }}:${{ env.VERSION }}-${{ env.SAFE_ARCH }} -o ${{ env.SAFE_ARCH }}.tar
|
||||||
|
|
||||||
- name: Upload image as artifact
|
- name: Upload image as artifact
|
||||||
uses: actions/upload-artifact@v3.0.0
|
uses: actions/upload-artifact@v4.3.0
|
||||||
with:
|
with:
|
||||||
name: image_${{ env.SAFE_ARCH }}
|
name: image_${{ env.SAFE_ARCH }}
|
||||||
path: ${{ env.SAFE_ARCH }}.tar
|
path: ${{ env.SAFE_ARCH }}.tar
|
||||||
|
Loading…
Reference in New Issue
Block a user