1
0
Fork 0

One more github action

This commit is contained in:
Joao M 2022-09-02 06:44:36 +00:00
parent 7571f3dec5
commit 21a6fcc3d2

View file

@ -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