Skip to content

Bump time from 0.3.47 to 0.3.54 #1939

Bump time from 0.3.47 to 0.3.54

Bump time from 0.3.47 to 0.3.54 #1939

Workflow file for this run

on:
push:
branches-ignore:
- 'v*'
pull_request:
branches-ignore:
- "dependabot/**"
- "renovate/**"
name: earthly
permissions:
contents: read
jobs:
build:
name: kickable - earthly build
runs-on: ubuntu-latest
if: github.repository == 'defstream/kickable-rs'
env:
FORCE_COLOR: 1
steps:
- name: harden runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: setup earthly
uses: earthly/actions-setup@b81a8e082d9fae6174210cfc6e54bd2feb124d94 # v1.0.13
with:
version: latest
- name: cache earthly
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
continue-on-error: true
with:
path: /var/lib/docker/volumes/earthly-cache/
key: earthly-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('.github/workflows/earthly.yml') }}
- name: run build
run: earthly --ci +archive