Skip to content

Bump docker/build-push-action from 6.12.0 to 6.13.0 #81

Bump docker/build-push-action from 6.12.0 to 6.13.0

Bump docker/build-push-action from 6.12.0 to 6.13.0 #81

Workflow file for this run

name: ci
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23.4"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run tests
run: go test ./...
- name: Verify the image builds successfully
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
context: .