Skip to content

Commit 5efa2d3

Browse files
committed
update comment
1 parent c148568 commit 5efa2d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ concurrency:
1111
jobs:
1212
build-docker-release:
1313
# Ignore tags with -, like v1.0.0-alpha
14-
# This job will build the docker container with the "latest" tag which
15-
# is a tag used in production, thus it should only be run for full releases.
1614
if: startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-')
1715
name: Build Release Docker image
1816
uses: ./.github/workflows/build-docker.yml

0 commit comments

Comments
 (0)