Skip to content

Commit

Permalink
Set context to java dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Dec 11, 2024
1 parent 93d93ee commit c7d8cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-iceberg-rest-fixture-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@v6
with:
file: docker/iceberg-rest-fixture/Dockerfile
context: ./
file: ./docker/iceberg-rest-fixture/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.DOCKER_REPOSITORY }}/${{ env.DOCKER_IMAGE_TAG }}:${{ env.DOCKER_IMAGE_VERSION }}

0 comments on commit c7d8cca

Please sign in to comment.