Skip to content

Commit

Permalink
Set provenance to false on docker/build-push-action
Browse files Browse the repository at this point in the history
Builds were failing with the error:

> OCI index found, but Accept header does not support OCI indexes

The suggested fix is to temporarily disable provenance until better
support for OCI indexes arrives.

docker/buildx#1533
  • Loading branch information
peteryates committed Jan 20, 2023
1 parent 1dfde2a commit 02d1bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_dev.yml
Expand Up @@ -46,6 +46,7 @@ jobs:
push: true
tags: dfedigital/early-careers-framework-dev:builder
target: builder
provenance: false

- name: Build and push docker image from early-careers-framework-gems-node-modules target
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 02d1bc7

Please sign in to comment.