Skip to content

chore(deps): bump debian from a92ed51 to b8084b1 #1208

chore(deps): bump debian from a92ed51 to b8084b1

chore(deps): bump debian from a92ed51 to b8084b1 #1208

Workflow file for this run

name: build
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request:
workflow_dispatch:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install Task
run: go install github.com/go-task/task/v3/cmd/task@latest
- name: Shellcheck
run: task --verbose shellcheck
- name: Update README
run: task --verbose update-readme
- name: Check if README is up-to date
run: git diff --exit-code README.md
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install Task
run: go install github.com/go-task/task/v3/cmd/task@latest
- name: Install crane
run: go install github.com/google/go-containerregistry/cmd/crane@latest
- name: Build Images
run: task --verbose build-images