Skip to content

Bump github.com/lestrrat-go/jwx/v2 from 2.0.9 to 2.0.21 #25

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

Bump github.com/lestrrat-go/jwx/v2 from 2.0.9 to 2.0.21 #25

Workflow file for this run

name: Builds
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build and push
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
push: false