Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 6, 2024
1 parent 936544e commit 12bb329
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 591 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-push-buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
- '!images/**'
others:
- 'images/commons/**'
- 'images/elasticsearch-7/**'
- 'images/kibana-7/**'
- 'images/logstash-7/**'
- 'images/mongo-4/**'
- 'images/nginx/**'
- 'images/nginx-drupal/**'
Expand Down Expand Up @@ -89,7 +86,7 @@ jobs:
# key: ${{ runner.os }}-buildx-${{ matrix.package_group }}
-
name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.package_group }}-${{ hashFiles('**/images') }}
Expand Down
Loading

0 comments on commit 12bb329

Please sign in to comment.