Skip to content

Commit

Permalink
Use a updated fork to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fagianijunior committed Aug 27, 2024
1 parent 05993c7 commit 903ebcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Cache Docker layers
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

- name: Set tag-variable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Docker layers
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

- name: Configure AWS credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: aws ecr-public batch-delete-image --repository-name maestro --image-ids imageTag=${{ github.event.pull_request.number }}

- name: Cache Docker layers
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

- name: Set new tag-variable
Expand Down

0 comments on commit 903ebcb

Please sign in to comment.