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(",");
|
return result.join(",");
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
- name: Get result
|
- 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)
|
# Build and push Docker image with Buildx (don't push on PR)
|
||||||
# https://github.com/docker/build-push-action
|
# https://github.com/docker/build-push-action
|
||||||
|
|
@ -146,8 +146,8 @@ jobs:
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "[skip ci] Update from $CURRENT_VERSION to $TAG"
|
git commit -m "[skip ci] Update from $CURRENT_VERSION to $TAG"
|
||||||
git config user.name "$GITHUB_ACTOR CI/CD"
|
git config --global user.name "$GITHUB_ACTOR CI/CD"
|
||||||
git config user.email "info@byjg.com.br"
|
git config --global user.email "info@byjg.com.br"
|
||||||
git push
|
git push
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue