Skip to content

Commit

Permalink
Testing QA
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano Goncalves committed Jul 17, 2023
1 parent dd4f96e commit 90f13fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: |
cd ./python
echo "${{ secrets.DOCKERPW }}" | docker login -u "julianoalberto" --password-stdin
docker image build -t julianoalberto/gitops:hellov1.0 .
docker image build -t julianoalberto/gitops:hellov1.2 .
docker push julianoalberto/gitops:hellov1.2
2 changes: 1 addition & 1 deletion python/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@app.route("/")
def hello():
return "Hello from Juliano again and again!"
return "Hello from QA!"


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion qa/hello.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
spec:
containers:
- name: hello
image: linuxacademycontent/gitops:hellov1.1
image: linuxacademycontent/gitops:hellov1.2

0 comments on commit 90f13fc

Please sign in to comment.