We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c148568 commit 5efa2d3Copy full SHA for 5efa2d3
1 file changed
.github/workflows/release.yml
@@ -11,8 +11,6 @@ concurrency:
11
jobs:
12
build-docker-release:
13
# 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.
16
if: startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-')
17
name: Build Release Docker image
18
uses: ./.github/workflows/build-docker.yml
0 commit comments