We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4f96e commit 90f13fcCopy full SHA for 90f13fc
.github/workflows/pythonapp.yml
@@ -24,5 +24,5 @@ jobs:
24
run: |
25
cd ./python
26
echo "${{ secrets.DOCKERPW }}" | docker login -u "julianoalberto" --password-stdin
27
- docker image build -t julianoalberto/gitops:hellov1.0 .
+ docker image build -t julianoalberto/gitops:hellov1.2 .
28
docker push julianoalberto/gitops:hellov1.2
python/app.py
@@ -5,7 +5,7 @@
5
6
@app.route("/")
7
def hello():
8
- return "Hello from Juliano again and again!"
+ return "Hello from QA!"
9
10
11
if __name__ == "__main__":
qa/hello.yaml
@@ -16,4 +16,4 @@ spec:
16
spec:
17
containers:
18
- name: hello
19
- image: linuxacademycontent/gitops:hellov1.1
+ image: linuxacademycontent/gitops:hellov1.2
0 commit comments