We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aefdf2 commit f2f226bCopy full SHA for f2f226b
.github/workflows/integ-reuseable-workflow.yml
@@ -19,13 +19,6 @@ jobs:
19
with:
20
go-version: "${{ env.GOVERSION }}"
21
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 }}
29
- name: Docker Login
30
uses: docker/login-action@v3.0.0
31
0 commit comments