Skip to content

Commit

Permalink
ci: Enable OCI image format
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul committed Jul 25, 2024
1 parent 4364be9 commit f4dd14e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fio-app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
outputs: type=registry,oci-mediatypes=false
provenance: false
outputs: type=registry,oci-mediatypes=true
platforms: linux/amd64,linux/arm64
context: "{{ defaultContext }}:${{ env.DOCKER_IMAGES_DIR }}/${{ matrix.docker_dir }}"
tags: |
Expand Down

0 comments on commit f4dd14e

Please sign in to comment.