Skip to content

Commit

Permalink
chore: update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ialejandro committed Aug 15, 2024
1 parent 6b6e422 commit 5fc352b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/check-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!

Expand Down

0 comments on commit 5fc352b

Please sign in to comment.