Skip to content

Update dependency aquaproj/aqua-registry to v4.285.0 (#617) #1482

Update dependency aquaproj/aqua-registry to v4.285.0 (#617)

Update dependency aquaproj/aqua-registry to v4.285.0 (#617) #1482

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
build:
uses: ./.github/workflows/reusable--build.yaml
permissions:
contents: read
packages: write
build-ubuntu20:
uses: ./.github/workflows/reusable--build.yaml
permissions:
contents: read
packages: write
with:
file: Dockerfile.ubuntu20
flavor: suffix=-ubuntu20
e2e-test:
needs:
- build
- build-ubuntu20
uses: ./.github/workflows/reusable--e2e-test.yaml
secrets: inherit
with:
runner-image-uri: ${{ needs.build.outputs.image-uri }}
runner-ubuntu20-image-uri: ${{ needs.build-ubuntu20.outputs.image-uri }}