Skip to content

cicd: enable caching through Swatinem/rust-cache@v2 #9

cicd: enable caching through Swatinem/rust-cache@v2

cicd: enable caching through Swatinem/rust-cache@v2 #9

Workflow file for this run

name: Build Web
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Caching
uses: Swatinem/rust-cache@v2
with:
shared-key: "harper"
- uses: redhat-actions/buildah-build@v2
with:
image: web
layers: false
containerfiles: |
Dockerfile