Skip to content

Commit 7ae8ecf

Browse files
committed
Add ci github workflow fix
1 parent c2ca03b commit 7ae8ecf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uses: docker/build-push-action@v6
2323
with:
2424
push: true
25-
tags: tyrelfecha/python-app:${GITHUB_SHA::6}
25+
tags: tyrelfecha/python-app:${{ github.sha }}

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def details():
1010
return jsonify({
1111
'time': datetime.datetime.now().strftime("%I:%M:%S%p on %B %d, %Y"),
1212
'hostname': socket.gethostname(),
13-
'message': 'You are doing great, human!'
13+
'message': 'You are doing great, human! '_''
1414
})
1515

1616
@app.route('/api/v1/healthz')

0 commit comments

Comments
 (0)