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

This commit is contained in:
Leandro Costa 2025-05-28 08:31:38 -03:00
parent 40f7f5a3b9
commit 371a0f4066

View file

@ -117,6 +117,8 @@ jobs:
mirror:
runs-on: docker
container:
image: node:20-alpine
steps:
- name: Checkout código
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 push --mirror bitbucket
env:
TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}