Skip to content

Commit f2f226b

Browse files
committed
i think the caching is making the registry upset
Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com>
1 parent 4aefdf2 commit f2f226b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/integ-reuseable-workflow.yml

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
with:
2020
go-version: "${{ env.GOVERSION }}"
2121
cache: true
22-
- name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@v3
24-
- name: Cache Docker layers
25-
uses: actions/cache@v3
26-
with:
27-
path: /tmp/.buildx-cache
28-
key: ${{ runner.os }}-buildx-${{ github.sha }}
2922
- name: Docker Login
3023
uses: docker/login-action@v3.0.0
3124
with:

0 commit comments

Comments
 (0)