Skip to content

Bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.21 #20

Bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.21

Bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.21 #20

Workflow file for this run

name: Create/Release Docker Image
on:
push:
branches: [ "main", "dev" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: wisdom-oss/service-usage-forecasts
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
steps:
- uses: wisdom-oss/actions/docker-build@main
with:
registry-password: ${{ secrets.GITHUB_TOKEN }}