Skip to content

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

Bump docker/login-action from 2 to 3

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

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linting:
uses: ./.github/workflows/linting.yml
build:
uses: ./.github/workflows/build.yml
needs:
- linting