Fokko commented on code in PR #11753: URL: https://github.com/apache/iceberg/pull/11753#discussion_r1880379985
########## .github/workflows/publish-iceberg-rest-fixture-docker.yml: ########## @@ -34,23 +34,29 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v4 - with: - distribution: zulu - java-version: 21 - - name: Build Iceberg Open API project - run: ./gradlew :iceberg-open-api:shadowJar - - name: Login to Docker Hub - run: | - docker login -u ${{ secrets.DOCKERHUB_USER }} -p ${{ secrets.DOCKERHUB_TOKEN }} - - name: Set the tagged version - # for tag 'apache-iceberg-1.7.1', publish image 'apache/iceberg-rest-fixture:1.7.1' - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - run: | - echo "DOCKER_IMAGE_VERSION=`echo ${{ github.ref }} | tr -d -c 0-9.`" >> "$GITHUB_ENV" - - name: Build Docker Image - run: docker build -t $DOCKER_REPOSITORY/$DOCKER_IMAGE_TAG:$DOCKER_IMAGE_VERSION -f docker/iceberg-rest-fixture/Dockerfile . - - name: Push Docker Image - run: | - docker push $DOCKER_REPOSITORY/$DOCKER_IMAGE_TAG:$DOCKER_IMAGE_VERSION + - uses: actions/checkout@v3 Review Comment: Unsure why this is a diff 🤔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org