One more github action
This commit is contained in:
parent
7571f3dec5
commit
21a6fcc3d2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
return result.join(",");
|
||||
result-encoding: string
|
||||
- name: Get result
|
||||
run: echo "${{steps.set-result.outputs.result}}"
|
||||
run: echo "${{ steps.tags.outputs.result }}"
|
||||
|
||||
# Build and push Docker image with Buildx (don't push on PR)
|
||||
# https://github.com/docker/build-push-action
|
||||
|
|
@ -146,8 +146,8 @@ jobs:
|
|||
|
||||
git add .
|
||||
git commit -m "[skip ci] Update from $CURRENT_VERSION to $TAG"
|
||||
git config user.name "$GITHUB_ACTOR CI/CD"
|
||||
git config user.email "info@byjg.com.br"
|
||||
git config --global user.name "$GITHUB_ACTOR CI/CD"
|
||||
git config --global user.email "info@byjg.com.br"
|
||||
git push
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue