Skip to content

Bump actions/checkout from 4.1.1 to 4.1.2 #2

Bump actions/checkout from 4.1.1 to 4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2 #2

Workflow file for this run

name: Build
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Run docker build
run: docker buildx build . -t ghcr.io/tweedegolf/debian:latest