Skip to content

Bump tempfile from 3.6.0 to 3.7.0 (#235) #41

Bump tempfile from 3.6.0 to 3.7.0 (#235)

Bump tempfile from 3.6.0 to 3.7.0 (#235) #41

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'