Skip to content

workflows: bump docker/login-action from 4.4.0 to 4.6.0 #1793

workflows: bump docker/login-action from 4.4.0 to 4.6.0

workflows: bump docker/login-action from 4.4.0 to 4.6.0 #1793

name: Build master container images and run integration tests
on:
push:
branches:
- master
permissions:
contents: read
jobs:
master-integration-test-build:
name: Master - integration build
permissions:
contents: read
packages: write
uses: ./.github/workflows/call-integration-image-build.yaml
with:
ref: ${{ github.sha }}
registry: ghcr.io
username: ${{ github.actor }}
image: ${{ github.repository }}/master
image-tag: x86_64
environment: integration
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
master-integration-test-run-integration:

Check failure on line 27 in .github/workflows/master-integration-test.yaml

View workflow run for this annotation

GitHub Actions / Build master container images and run integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/master-integration-test.yaml (Line: 27, Col: 3): Error calling workflow 'fluent/fluent-bit/.github/workflows/call-run-integration-test.yaml@10fb606760563c105235e80ea44b8cae43282f30'. The nested job 'call-run-terraform-setup' is requesting 'packages: read', but is only allowed 'packages: none'. .github/workflows/master-integration-test.yaml (Line: 27, Col: 3): Error calling workflow 'fluent/fluent-bit/.github/workflows/call-run-integration-test.yaml@10fb606760563c105235e80ea44b8cae43282f30'. The nested job 'call-run-integration-kind' is requesting 'packages: read', but is only allowed 'packages: none'.
name: Master - integration test
needs: master-integration-test-build
permissions:
contents: read
uses: ./.github/workflows/call-run-integration-test.yaml
with:
image_name: ghcr.io/${{ github.repository }}/master
image_tag: x86_64
secrets:
opensearch_aws_access_id: ${{ secrets.OPENSEARCH_AWS_ACCESS_ID }}
opensearch_aws_secret_key: ${{ secrets.OPENSEARCH_AWS_SECRET_KEY }}
opensearch_admin_password: ${{ secrets.OPENSEARCH_ADMIN_PASSWORD }}
terraform_api_token: ${{ secrets.TF_API_TOKEN }}
gcp-service-account-key: ${{ secrets.GCP_SA_KEY }}