Skip to content

Bump eyre from 0.6.8 to 0.6.9 (#265) #70

Bump eyre from 0.6.8 to 0.6.9 (#265)

Bump eyre from 0.6.8 to 0.6.9 (#265) #70

Workflow file for this run

name: CI
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v3
- uses: earthly/actions-setup@v1
with:
version: "latest"
- name: Login to Packages Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Earthly version
run: earthly --version
- name: Run build
run: earthly --ci --push +docker --repo 'ghcr.io/xampprocky/tokei_rs'