Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-101 authored Nov 15, 2024
1 parent 7dd5ed3 commit e6b954b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
fail-fast: false
matrix:
version:
- v1.11.5
- v1.11.6
- v1.11.7
- v1.11.9
- v1.11.10
- v1.11.9
- v1.11.7
- v1.11.6
- v1.11.5
max-parallel: 2
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -63,3 +64,4 @@ jobs:
push: true
tags: ${{ env.TAGS }}
build-args: VERSION_TAG=${{ env.VERSION_TAG }}
retry: 3

0 comments on commit e6b954b

Please sign in to comment.