Skip to content

fix: use changes from apply/destroy in InfraChangeRecord #96

fix: use changes from apply/destroy in InfraChangeRecord

fix: use changes from apply/destroy in InfraChangeRecord #96

name: Build Web-server OpenApi Docker Image
on:
push:
tags:
- "v*.*.*"
permissions:
contents: read
jobs:
build-and-push-image:

Check failure on line 12 in .github/workflows/docker-webserver-openapi.yml

View workflow run for this annotation

GitHub Actions / Build Web-server OpenApi Docker Image

Invalid workflow file

The workflow is not valid. .github/workflows/docker-webserver-openapi.yml (Line: 12, Col: 3): Error calling workflow 'infraweave-io/infraweave/.github/workflows/build-and-push-docker-template.yml@47d95ef6d16f51411c5c715079034905f039eacf'. The nested job 'build-amd64' is requesting 'packages: write, id-token: write', but is only allowed 'packages: none, id-token: none'. .github/workflows/docker-webserver-openapi.yml (Line: 12, Col: 3): Error calling workflow 'infraweave-io/infraweave/.github/workflows/build-and-push-docker-template.yml@47d95ef6d16f51411c5c715079034905f039eacf'. The nested job 'build-arm64' is requesting 'packages: write, id-token: write', but is only allowed 'packages: none, id-token: none'.
uses: ./.github/workflows/build-and-push-docker-template.yml
with:
version: ${{ github.ref_name }}
image_name: webserver-openapi
folder: webserver-openapi
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}