Skip to content

Bump docker/login-action from 4.4.0 to 4.5.1 #1417

Bump docker/login-action from 4.4.0 to 4.5.1

Bump docker/login-action from 4.4.0 to 4.5.1 #1417

name: pass-acceptance-testing
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
schedule:
- cron: "0 2 * * *"
env:
TIMEOUT_LENGTH: 120000
jobs:
run_acceptance_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout pass-docker
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run acceptance tests
uses: ./.github/actions/acceptance-test
with:
timeouts: $TIMEOUT_LENGTH