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 4e7a8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fio-app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ 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
tags: |
${{ env.FIO_REGISTRY }}/${{ env.FIO_FACTORY }}/${{ matrix.docker_dir }}:${{ steps.tag.outputs.short_sha }}
${{ env.FIO_REGISTRY }}/${{ env.FIO_FACTORY }}/${{ matrix.docker_dir }}:latest
Expand Down

0 comments on commit 4e7a8f0

Please sign in to comment.