feat(alertmanager): bump to version 0.32.2 #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Build Pocket ID image | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'pocket-id/**' | |
| - '!pocket-id/README.md' | |
| - '.github/workflows/build-pocket-id.yml' | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| packages: write | |
| security-events: write | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4.2.2 | |
| - name: Build and push image | |
| uses: ./.github/actions/build-image | |
| with: | |
| name: pocket-id | |
| version: 2.8.0 | |
| description: A simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services | |
| token: ${{ secrets.GITHUB_TOKEN }} |