Skip to content

Bump the actions-minor-updates group across 1 directory with 7 updates #4569

Bump the actions-minor-updates group across 1 directory with 7 updates

Bump the actions-minor-updates group across 1 directory with 7 updates #4569

Workflow file for this run

name: "Build docker"
on:
pull_request:
push:
paths-ignore:
- '**.md'
permissions: read-all
jobs:
build_docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: setup-go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
- name: Enable docker experimental
run: |
echo $'{"experimental": true}' | sudo dd status=none of=/etc/docker/daemon.json
sudo service docker restart
docker version -f '{{.Server.Experimental}}'
- name: build_docker
run: make build