ci: set container image
Some checks failed
CI Pipeline / build-and-test (push) Successful in 1m0s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Failing after 8s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
Some checks failed
CI Pipeline / build-and-test (push) Successful in 1m0s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Failing after 8s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
This commit is contained in:
parent
40f7f5a3b9
commit
371a0f4066
1 changed files with 3 additions and 1 deletions
|
@ -117,6 +117,8 @@ jobs:
|
||||||
|
|
||||||
mirror:
|
mirror:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:20-alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout código
|
- name: Checkout código
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -126,4 +128,4 @@ jobs:
|
||||||
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
|
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
|
||||||
git push --mirror bitbucket
|
git push --mirror bitbucket
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue