Skip to content

Commit 90f13fc

Browse files
author
Juliano Goncalves
committed
Testing QA
1 parent dd4f96e commit 90f13fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
run: |
2525
cd ./python
2626
echo "${{ secrets.DOCKERPW }}" | docker login -u "julianoalberto" --password-stdin
27-
docker image build -t julianoalberto/gitops:hellov1.0 .
27+
docker image build -t julianoalberto/gitops:hellov1.2 .
2828
docker push julianoalberto/gitops:hellov1.2

python/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@app.route("/")
77
def hello():
8-
return "Hello from Juliano again and again!"
8+
return "Hello from QA!"
99

1010

1111
if __name__ == "__main__":

qa/hello.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
spec:
1717
containers:
1818
- name: hello
19-
image: linuxacademycontent/gitops:hellov1.1
19+
image: linuxacademycontent/gitops:hellov1.2

0 commit comments

Comments
 (0)