Skip to content

Bump docker/login-action from 3.0.0 to 3.3.0 #67

Bump docker/login-action from 3.0.0 to 3.3.0

Bump docker/login-action from 3.0.0 to 3.3.0 #67

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Build
run: GOOS=linux GOARCH=ppc64le go build ./...