Skip to content

Commit

Permalink
Add latest to automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
silkeh committed May 7, 2022
1 parent 867fa81 commit 8306d63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["3.3", "3.4", "3.4", "3.5", "3.7", "3.8", "3.9", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "dev"]
version: ["3.3", "3.4", "3.4", "3.5", "3.7", "3.8", "3.9", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "dev", "latest"]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ for v in $NEW_VERSIONS; do

# Copy Dockerfile for latest version
if [ "$v" == "$latest" ]; then
cp "${rel}.Dockerfile" "./Dockerfile"
cp "${rel}.Dockerfile" "latest.Dockerfile"
fi
done
File renamed without changes.

0 comments on commit 8306d63

Please sign in to comment.