We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3424e9f + 5612f08 commit 19ba3f5Copy full SHA for 19ba3f5
.github/workflows/build-and-push.yml
@@ -32,18 +32,6 @@ jobs:
32
endpoint: "ssh://[email protected]"
33
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
34
35
- - name: "Cache Docker layers"
36
- uses: actions/cache@v2
37
- with:
38
- path: .buildx-cache
39
- key: ${{ runner.os }}-buildx-${{ matrix.httpd-version }}-${{ github.sha }}
40
- restore-keys: |
41
- "${{ runner.os }}-buildx-${{ matrix.httpd-version }}-"
42
- "${{ runner.os }}-buildx-"
43
-
44
- - name: "Docker build httpd-${{ matrix.httpd-version }}"
45
- run: make build HTTPD_VERSION=${{ matrix.httpd-version }}
46
47
- name: "Login to DockerHub"
48
uses: docker/login-action@v3
49
with:
0 commit comments