Skip to content

Bump docker/login-action from 2 to 3 #17

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #17

Workflow file for this run

name: CI
on:
pull_request:
env:
GO_VERSION: 1.19
jobs:
build:
name: Build
uses: ./.github/workflows/reusable-build-and-push.yml
with:
image_tag: ${{ github.sha }}
push: false
upload: false