Skip to content

chore(deps): bump webpki from 0.22.0 to 0.22.2 #35

chore(deps): bump webpki from 0.22.0 to 0.22.2

chore(deps): bump webpki from 0.22.0 to 0.22.2 #35

Workflow file for this run

name: build
on: [push]
env:
CARGO_TERM_COLOR: always
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: Docker build and push
uses: docker/build-push-action@v4
with:
context: .
push: false
cache-from: type=gha
cache-to: type=gha,mode=max