Skip to content

Commit

Permalink
[chore]clean k8s.yml space
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien committed Feb 25, 2024
1 parent 576a7d7 commit 9e30388
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
docker buildx create --use
docker buildx build \
--cache-from=type=local,src=/tmp/.buildx-cache \
docker buildx build \
--cache-from=type=local,src=/tmp/.buildx-cache \
--cache-to=type=local,dest=/tmp/.buildx-cache-new \
--tag ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} \
--target release \
--push \
.
--tag ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} \
--target release \
--push \
.
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
Expand Down

0 comments on commit 9e30388

Please sign in to comment.