Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Bump keyv-file from 0.3.1 to 5.0.3 #164

Bump keyv-file from 0.3.1 to 5.0.3

Bump keyv-file from 0.3.1 to 5.0.3 #164

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build Docker Image
uses: docker/build-push-action@v3
with:
context: .
push: false
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
# -
# name: Run Tests
# run: |
# # Add commands to run your tests here