Skip to content

Remove branch tag #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
namespace: code2cloud
labels:
app: code2cloud-python-flask-webserver
owner: smelotte
owner: gmarkarian
spec:
replicas: 1
selector:
Expand All @@ -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/<your-github-organization>/code2cloud-python-flask-webserver:v0.0.9 # Update the repo container repository name with your github username and the version number
image: ghcr.io/<your-github-organization>/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:
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "v0.0.9"
version = "v0.0.10"
Loading