mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
ci: Update outdated comments to generated Dockerfiles.
These were missed in the doc updates ind78723b6e8, which were for behavior changes in16067bc4fc.
This commit is contained in:
committed by
Tim Abbott
parent
4f63378e7f
commit
c9ebccdf70
8
.github/workflows/production-suite.yml
vendored
8
.github/workflows/production-suite.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
name: Bionic production build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# This docker image was created by a generated Dockerfile at:
|
||||
# tools/ci/images/bionic/Dockerfile
|
||||
# Docker images are built from 'tools/ci/Dockerfile'; the comments at
|
||||
# the top explain how to build and upload these images.
|
||||
# Bionic ships with Python 3.6.
|
||||
container: zulip/ci:bionic
|
||||
steps:
|
||||
@@ -220,8 +220,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# Base images are built using `tools/ci/Dockerfile.prod.template`.
|
||||
# The comments at the top explain how to build and upload these images.
|
||||
# Docker images are built from 'tools/ci/Dockerfile'; the comments at
|
||||
# the top explain how to build and upload these images.
|
||||
- docker_image: zulip/ci:buster-3.4
|
||||
name: 3.4 Version Upgrade
|
||||
is_focal: true
|
||||
|
||||
Reference in New Issue
Block a user