We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c1b07 commit e86881dCopy full SHA for e86881d
1 file changed
.github/workflows/release.yaml
@@ -76,3 +76,14 @@ jobs:
76
~/.local/share/uv
77
.venv
78
key: uv-main-${{ env.UV_VERSION }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml', 'uv.lock') }}
79
+
80
+ Docker-Release:
81
+ uses: ./.github/workflows/docker-build-and-scan.yaml
82
+ needs: Semantic-Release
83
+ secrets: inherit
84
+ with:
85
+ DOCKER_PATH_CONTEXT: .
86
+ DOCKER_BUILD_DOCKERFILE: Dockerfile
87
+ DOCKER_LOAD_BOOL: false
88
+ DOCKER_TAGS: milsman2/sample-python-app:${{ needs.Semantic-Release.outputs.tag }}
89
+ DOCKER_PUSH_BOOL: true
0 commit comments