Skip to content

Bump actions/checkout from 4.2.0 to 4.2.2 #2060

Bump actions/checkout from 4.2.0 to 4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2 #2060

Workflow file for this run

on: push
name: Build and test
jobs:
buildDockerImage:

Check failure on line 5 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / Build and test

Invalid workflow file

The workflow is not valid. .github/workflows/push.yml (Line: 5, Col: 3): The workflow must contain at least one job with no dependencies.
name: Publish master branch artifacts
runs-on: ubuntu-latest
needs: [build, verify]
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
- uses: ./.github/promci/actions/publish_master
with:
docker_hub_login: ${{ secrets.docker_hub_login }}
docker_hub_password: ${{ secrets.docker_hub_password }}
quay_io_login: ${{ secrets.quay_io_login }}
quay_io_password: ${{ secrets.quay_io_password }}