Skip to content

Commit 19ba3f5

Browse files
authored
Merge pull request #10 from cron-eu/update-gha-2
Update github action to avoid deprecations - fix cache
2 parents 3424e9f + 5612f08 commit 19ba3f5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-and-push.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ jobs:
3232
endpoint: "ssh://[email protected]"
3333
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
3434

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-
4735
- name: "Login to DockerHub"
4836
uses: docker/login-action@v3
4937
with:

0 commit comments

Comments
 (0)