diff --git a/.github/workflows/check-changes.yaml b/.github/workflows/check-changes.yaml index e96a3d7..0ba050c 100644 --- a/.github/workflows/check-changes.yaml +++ b/.github/workflows/check-changes.yaml @@ -84,30 +84,6 @@ jobs: echo -e "$body" > pr-output.log - - name: "Build and push Docker image" - uses: docker/build-push-action@v6 - if: steps.check_changes.outputs.release_changed == 'true' - with: - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - context: . - platforms: linux/amd64 - push: false - tags: ecr-token - - - name: Show changes - if: steps.check_changes.outputs.release_changed == 'true' - run: | - # install dive - mkdir dive && cd dive - wget https://github.com/wagoodman/dive/releases/download/v${{ vars.DIVE_VERSION }}/dive_${{ vars.DIVE_VERSION }}_linux_amd64.tar.gz - tar xzvf dive_${{ vars.DIVE_VERSION }}_linux_amd64.tar.gz - cd .. - - # dive - echo -e "\n## Dive output\n" >> pr-output.log - ./dive/dive -t ecr-token-${{ env.GITHUB_JOB }} >> pr-output.log - - name: Create PR changes if: steps.check_changes.outputs.release_changed == 'true' uses: peter-evans/create-pull-request@v6 diff --git a/README.md b/README.md index 4446c11..3a2296c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Create or update token programmatically for [Amazon ECR](https://aws.amazon.com/ Default versions: -* aws-cli: `2.1.3` -* kubectl: `1.25.6` +* aws-cli: `2.10.3` +* kubectl: `1.23.16` Here a full [tag list](https://hub.docker.com/repository/docker/devopsiaci/ecr-token/tags?page=1&ordering=last_updated)!