Skip to content

Distinguish image-not-found from authentication errors #27

Distinguish image-not-found from authentication errors

Distinguish image-not-found from authentication errors #27

name: GoReleaser Snapshot
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Export Go Version
id: goversion
run: echo "GOVERSION=$(go version | awk '{print $3}')" >> $GITHUB_ENV
- name: Make GoReleaser snapshot
uses: goreleaser/goreleaser-action@v7
with:
distribution: goreleaser
version: latest
args: release --snapshot --clean