We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per #201 annotations have been added to the manifest/index file. The way this is done is rather cumbersome at the moment. When docker/build-push-action#958 is solved by means of docker/build-push-action#992, together with docker/metadata-action#351, we can simplify this:
amp-devcontainer/.github/workflows/build-push.yml
Lines 58 to 70 in 1afec52
to:
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 id: build-and-push with: file: .devcontainer/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'merge_group' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.labels }} sbom: true provenance: true cache-from: type=gha cache-to: type=gha,mode=max
And remove this:
Lines 45 to 49 in 1afec52
The text was updated successfully, but these errors were encountered:
Thank you for adding your first issue. We will be looking into it as soon as possible.
Sorry, something went wrong.
Closed by #225
No branches or pull requests
Per #201 annotations have been added to the manifest/index file. The way this is done is rather cumbersome at the moment. When docker/build-push-action#958 is solved by means of docker/build-push-action#992, together with docker/metadata-action#351, we can simplify this:
amp-devcontainer/.github/workflows/build-push.yml
Lines 58 to 70 in 1afec52
to:
And remove this:
amp-devcontainer/.github/workflows/build-push.yml
Lines 45 to 49 in 1afec52
The text was updated successfully, but these errors were encountered: