mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Remove commit message line
This isn't required as it's no longer injected into the build of the gateway. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
a6dbb4cd02
commit
767eb2f050
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -32,9 +32,6 @@ jobs:
|
||||
- name: Get Repo Owner
|
||||
id: get_repo_owner
|
||||
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
|
||||
- name: Get Commit Message
|
||||
id: get_commit_message
|
||||
run: echo ::set-output name=commit_message::$(git log -1 --pretty=%B 2>&1 | head -n 1)
|
||||
- name: Publish ${{ matrix.svc }}
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user