Skip to content

Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 #313

Bump sigstore/cosign-installer from 3.5.0 to 3.6.0

Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 #313

Workflow file for this run

name: Main
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Build
run: make
- name: Test
run: make test
env:
AWS_ACCESS_KEY_ID: minioadmin
AWS_SECRET_ACCESS_KEY: minioadmin
AWS_DEFAULT_REGION: "jp-tokyo-test"
- name: Image build
run: make image