From 4b5e31186077b874ca5fbdb8e80e96b732d5daa5 Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Tue, 3 Dec 2024 16:13:22 +1100 Subject: [PATCH] chore: remove cache for now --- .github/workflows/mainnet-beta.yml | 5 ----- .github/workflows/master.yml | 8 +------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/mainnet-beta.yml b/.github/workflows/mainnet-beta.yml index fa39f0b..4a577d4 100644 --- a/.github/workflows/mainnet-beta.yml +++ b/.github/workflows/mainnet-beta.yml @@ -24,9 +24,6 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v2 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Build and push uses: docker/build-push-action@v6 env: @@ -40,8 +37,6 @@ jobs: tags: | ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest-${{ env.BRANCH_NAME }}-amd64 - cache-from: type=gha - cache-to: type=gha,mode=max deploy: runs-on: ubicloud diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ab7b7e9..185ea7c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -23,11 +23,7 @@ jobs: - name: Log in to Amazon ECR id: login-ecr uses: aws-actions/amazon-ecr-login@v2 - - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - + - name: Build and push uses: docker/build-push-action@v6 env: @@ -41,8 +37,6 @@ jobs: tags: | ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest-${{ env.BRANCH_NAME }}-amd64 - cache-from: type=gha - cache-to: type=gha,mode=max deploy: runs-on: ubicloud