|
@@ -170,7 +170,7 @@ jobs:
|
|
|
uses: docker/setup-buildx-action@v1
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
|
|
|
- name: Cache Docker layers
|
|
- name: Cache Docker layers
|
|
|
- uses: actions/cache@v2
|
|
|
|
|
|
|
+ uses: actions/cache@v3
|
|
|
with:
|
|
with:
|
|
|
path: /tmp/.buildx-cache
|
|
path: /tmp/.buildx-cache
|
|
|
key: ${{ runner.os }}-buildx-app-${{ matrix.flavor }}-${{ github.sha }}
|
|
key: ${{ runner.os }}-buildx-app-${{ matrix.flavor }}-${{ github.sha }}
|
|
@@ -197,7 +197,7 @@ jobs:
|
|
|
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
|
|
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
|
|
|
|
|
|
|
|
- name: Update Docker Hub Description
|
|
- name: Update Docker Hub Description
|
|
|
- uses: peter-evans/dockerhub-description@v2
|
|
|
|
|
|
|
+ uses: peter-evans/dockerhub-description@v3
|
|
|
with:
|
|
with:
|
|
|
username: wsmoogle
|
|
username: wsmoogle
|
|
|
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
|
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|