Skip to content

Auto update dist for renovate #2

Auto update dist for renovate

Auto update dist for renovate #2

Workflow file for this run

name: Update Renovate Branch
on:
pull_request:
branches: [ main ]
jobs:
udpate-renovate-branch:
name: Update Renovate Branch ${{ github.head_ref }}
if: github.event.pull_request.head.repo.full_name == github.repository
# && startsWith(github.head_ref, 'renovate/') && github.head_ref == 'renovate[bot]'
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
EARTHLY_CONVERSION_PARALLELISM: "5"
EARTHLY_TOKEN: "${{ secrets.EARTHLY_TOKEN }}"
EARTHLY_INSTALL_ID: "earthly-actions-setup-githubactions"
steps:
- uses: earthly/actions/setup-earthly@v1
with:
version: v0.8.6
- uses: actions/checkout@v4
# - name: Docker login (non fork only)
# run: |-
# docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_TOKEN }}"
# docker login registry-1.docker.io.mirror.corp.earthly.dev --username "${{ secrets.DOCKERHUB_MIRROR_USERNAME }}" --password "${{ secrets.DOCKERHUB_MIRROR_PASSWORD }}"
# - name: Configure Earthly to use mirror (non fork only)
# run: |-
# earthly config global.buildkit_additional_config "'[registry.\"docker.io\"]
# mirrors = [\"registry-1.docker.io.mirror.corp.earthly.dev\"]'"
- name: Update Branch
run: earthly --ci -P --push --org earthly-technologies +ido-test