Skip to content

Commit

Permalink
upgrade uses
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovalko committed Apr 1, 2024
1 parent 566799d commit b7869e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
# Key is named differently to avoid collision
Expand All @@ -58,7 +58,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ env.ECR_REPOSITORY_MAIN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
# Key is named differently to avoid collision
Expand All @@ -63,7 +63,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ env.ECR_REPOSITORY_MAIN }}
Expand Down

0 comments on commit b7869e7

Please sign in to comment.