Skip to content

Commit

Permalink
Update dependency-updates.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Jun 25, 2023
1 parent a5c3e80 commit 56e3477
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,6 @@ on:
- cron: "0 */6 * * *"
workflow_dispatch:
jobs:
debian-update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: update debian version
id: update
run: |
DEBIAN_VERSION="$(curl -sL https://hub.docker.com/v2/repositories/library//debian/tags?page_size=1024 | jq -r .results[].name | grep -E "unstable-.*-slim" | sort -r | head -n 1)"
sed -i "s|FROM debian:.*|FROM debian:$DEBIAN_VERSION|" ./Dockerfile
echo "version=$DEBIAN_VERSION" >> $GITHUB_OUTPUT
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
signoff: true
delete-branch: true
commit-message: update debian version to ${{ steps.update.outputs.version }}
branch: update-debian-version
title: update debian version to ${{ steps.update.outputs.version }}
body: update debian version to ${{ steps.update.outputs.version }}
maven-update:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 56e3477

Please sign in to comment.