Skip to content

Commit

Permalink
Add Dockerfile updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Morales committed Jan 23, 2025
1 parent edbf223 commit 231e2a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
COMMIT_NAME: "electrocucaracha bot"
PR_BRANCH_NAME: "versions-update-${PR_ID}"
PR_TITLE: "chore: update versions"
check-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: update Dockerfile
uses: ludeeus/dockerfile-updater@eaf8ea79220d076eb46c127fa9895e3de3e0a512 # 21.01.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "chore: update Dockerfile"

0 comments on commit 231e2a6

Please sign in to comment.