Skip to content

Commit

Permalink
Merge pull request #48 from guzman-raphael/py311
Browse files Browse the repository at this point in the history
Update latest tag
  • Loading branch information
yambottle authored Feb 3, 2023
2 parents 72c2c4b + 0a9e684 commit 270a9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
docker push "${IMAGE}:${TAG}"
docker tag "${IMAGE}:${TAG}" "${IMAGE}:${TAG}-${GITHUB_SHA:0:7}"
docker push "${IMAGE}:${TAG}-${GITHUB_SHA:0:7}"
[ "$PY_VER" == "3.9" ] && [ "$DISTRO" == "debian" ] \
[ "$PY_VER" == "3.11" ] && [ "$DISTRO" == "debian" ] \
&& docker tag "${IMAGE}:${TAG}" "${IMAGE}:latest" \
&& docker push "${IMAGE}:latest" \
|| echo "skipping 'latest' tag..."
Expand Down

0 comments on commit 270a9fc

Please sign in to comment.