Skip to content

Commit

Permalink
Try to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Jun 9, 2024
1 parent a38657b commit 1caa9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
IMAGE_TAG: ${{ secrets.DOCKERHUB_OWNER }}/telegram-bot-api
ALPINE_VERSION: '3.20'
ALPINE_VERSION: 3.20
strategy:
matrix:
arch:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
cat $GITHUB_ENV > github.env
- name: Upload environment info as artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.3.3
with:
name: github_env
path: github.env
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
docker save ${{ env.IMAGE_TAG }}:${{ env.VERSION }}-${{ env.SAFE_ARCH }} -o ${{ env.SAFE_ARCH }}.tar
- name: Upload image as artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.3.0
with:
name: image_${{ env.SAFE_ARCH }}
path: ${{ env.SAFE_ARCH }}.tar
Expand Down

0 comments on commit 1caa9a4

Please sign in to comment.