Skip to content

Bump docker/login-action from 4.5.2 to 4.6.0 #88

Bump docker/login-action from 4.5.2 to 4.6.0

Bump docker/login-action from 4.5.2 to 4.6.0 #88

Workflow file for this run

name: PR
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: pr-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/_lint.yml
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
build:
uses: ./.github/workflows/_build.yml
unit-test:
needs: build
uses: ./.github/workflows/_unit-test.yml
ui-test:
needs: build
uses: ./.github/workflows/_ui-test.yml
integration-test:
needs: build
uses: ./.github/workflows/_integration-test.yml