Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Bump docker/login-action from 1.12.0 to 3.0.0 #15

Bump docker/login-action from 1.12.0 to 3.0.0

Bump docker/login-action from 1.12.0 to 3.0.0 #15

Workflow file for this run

name: Continuous Integration - GoReleaser
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
cancel-in-progress: true
jobs:
check-goreleaser:
name: Check GoReleaser Configuration
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Generate the sources
run: make generate-sources
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: --snapshot --rm-dist --timeout 1h