diff --git a/.github/actions/notify/action.yaml b/.github/actions/notify/action.yaml index 2a248c7e..ece86e61 100644 --- a/.github/actions/notify/action.yaml +++ b/.github/actions/notify/action.yaml @@ -38,7 +38,7 @@ runs: steps: - name: Install prerequisites shell: bash - run: apk add --no-cache curl jq + run: apt update && apt install -y curl jq - name: Send PR notification to Google Chat shell: bash diff --git a/.github/workflows/notify_pr.yaml b/.github/workflows/notify_pr.yaml index b80286f5..888523da 100644 --- a/.github/workflows/notify_pr.yaml +++ b/.github/workflows/notify_pr.yaml @@ -7,9 +7,7 @@ on: jobs: notify-pr-google-chat: - runs-on: docker - container: - image: alpine:latest + runs-on: stackit-docker steps: - name: Notify uses: ./.github/actions/notify