Skip to content

Commit

Permalink
add container image back in
Browse files Browse the repository at this point in the history
The alpine 3.14 docker container is needed to run the ``apk``
command to install the latest version of git
  • Loading branch information
abachma2 committed Jun 25, 2024
1 parent d960b14 commit c84d344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
jobs:
check_changelog_update:
runs-on: ubuntu-latest
container:
image: alpine:3.14

name: Check if Changelog has been updated
steps:
Expand Down

0 comments on commit c84d344

Please sign in to comment.