Skip to content

Commit

Permalink
ci: Use docker format for images
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 23, 2024
1 parent d711ca6 commit d4d9dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fio-app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
outputs: type=registry,oci-mediatypes=false
platforms: linux/amd64,linux/arm64
context: "{{ defaultContext }}:${{ env.DOCKER_IMAGES_DIR }}/${{ matrix.docker_dir }}"
push: true
Expand Down

0 comments on commit d4d9dc0

Please sign in to comment.