Skip to content

Update dependency alpine_3_19/docker to v25 (main) #1

Update dependency alpine_3_19/docker to v25 (main)

Update dependency alpine_3_19/docker to v25 (main) #1

Workflow file for this run

name: release dind alpine
on:
pull_request_target:
types: [ closed ]
#branches: [ "renovate/**-for-alpine-dind-image" ]
#branches: [ 'renovate/main-alpine-for-alpine-dind-image' ]
jobs:
release:
if: github.event.pull_request.merged == true
runs-on: "ubuntu-latest"
env:
FORCE_COLOR: 1
EARTHLY_TOKEN: "${{ secrets.EARTHLY_TOKEN }}"
EARTHLY_INSTALL_ID: "earthly-githubactions"
# Used in our github action as the token - TODO: look to change it into an input
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: run earthly
run: echo hello