Skip to content

Commit

Permalink
Update action base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantmonkey committed Nov 7, 2024
1 parent acaaccf commit 2bf4216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo chown -R $(id -u) buildsrc/.git
sudo install -d -o 1000 -g users repo
- name: Use geschenkerbauer to build packages (workflow dispatch)
uses: mutantmonkey/geschenkerbauer/action@aac337aacc6d963f2af928530fc726aa0c1c2525
uses: mutantmonkey/geschenkerbauer/action@15eb1ae68205b7b6ba98b41b59c747a95d73fed0
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <[email protected]>
Expand All @@ -39,7 +39,7 @@ jobs:
nodeps: ${{ github.event.inputs.nodeps }}
if: ${{ github.event_name == 'workflow_dispatch' }}
- name: Use geschenkerbauer to build packages (repository dispatch)
uses: mutantmonkey/geschenkerbauer/action@aac337aacc6d963f2af928530fc726aa0c1c2525
uses: mutantmonkey/geschenkerbauer/action@15eb1ae68205b7b6ba98b41b59c747a95d73fed0
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_updated_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo chown -R $(id -u) buildsrc/.git
sudo install -d -o 1000 -g users repo
- name: Use geschenkerbauer to build packages
uses: mutantmonkey/geschenkerbauer/action@aac337aacc6d963f2af928530fc726aa0c1c2525
uses: mutantmonkey/geschenkerbauer/action@15eb1ae68205b7b6ba98b41b59c747a95d73fed0
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <[email protected]>
Expand Down

0 comments on commit 2bf4216

Please sign in to comment.