From 71f2f331b915d30152982509b4d9d11b13328e8b Mon Sep 17 00:00:00 2001 From: georgmarkarian <115712126+georgmarkarian@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:12:12 +0200 Subject: [PATCH 1/4] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 702cc5a..1761783 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,4 +63,6 @@ jobs: - name: Output image digest id: output-digest run: | + echo "##[group]Digest" echo "digest: ${{ steps.build-and-push.outputs.digest }} size:" + echo "##[endgroup]" From 3f217e7957c4d93e1ec76253516b19f6b94add36 Mon Sep 17 00:00:00 2001 From: georgmarkarian <115712126+georgmarkarian@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:16:01 +0200 Subject: [PATCH 2/4] Update deployment.yaml --- manifests/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 492fe98..d8bf02f 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -11,7 +11,7 @@ metadata: namespace: code2cloud labels: app: code2cloud-python-flask-webserver - owner: smelotte + owner: gmarkarian spec: replicas: 1 selector: @@ -21,11 +21,11 @@ spec: metadata: labels: app: code2cloud-python-flask-webserver - owner: smelotte + owner: gmarkarian spec: containers: - name: code2cloud-python-flask-webserver - image: ghcr.io//code2cloud-python-flask-webserver:v0.0.9 # Update the repo container repository name with your github username and the version number + image: ghcr.io//code2cloud-python-flask-webserver-new:v0.0.9 # Update the repo container repository name with your github username and the version number ports: - containerPort: 5000 readinessProbe: From d51a711124717682321a4537a3e439012aac7f8d Mon Sep 17 00:00:00 2001 From: georgmarkarian <115712126+georgmarkarian@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:42:15 +0200 Subject: [PATCH 3/4] Update build.yml --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1761783..0e17601 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=ref,event=branch + # type=ref,event=branch type=raw,value=${{ env.APPLICATION_VERSION }} # Build and push Docker image with Buildx (don't push on PR) @@ -63,6 +63,4 @@ jobs: - name: Output image digest id: output-digest run: | - echo "##[group]Digest" echo "digest: ${{ steps.build-and-push.outputs.digest }} size:" - echo "##[endgroup]" From 71f5d226eea3f3790a78006b24910fd8d36445f9 Mon Sep 17 00:00:00 2001 From: georgmarkarian <115712126+georgmarkarian@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:42:58 +0200 Subject: [PATCH 4/4] Update version.py --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index e041cbb..c71ae84 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -version = "v0.0.9" +version = "v0.0.10"