Skip to content

chore: update and pin GHA deps #34

chore: update and pin GHA deps

chore: update and pin GHA deps #34

Workflow file for this run

name: "CI: Test docker build"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions: {}
jobs:
build-and-test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Check Dockerfile Go version sync
run: ./tools/sync-go-version.sh --check
- name: Docker build
run: docker build -t gibo:latest .