[Docker] Fix docker publish for cdn and gateway

This commit is contained in:
Paul Munteanu 2021-08-13 00:53:48 +03:00
parent 44259e4a4e
commit 917a4e0645
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: /tmp/.buildx-cache/cdn path: /tmp/.buildx-cache/cdn
key: ${{ runner.os }}-buildx-${{ github.sha }}-cdn key: ${{ runner.os }}-buildx-cdn-${{ github.sha }}
restore-keys: | restore-keys: |
${{ runner.os }}-buildx-cdn ${{ runner.os }}-buildx-cdn-
- -
name: Login to DockerHub name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v1

View File

@ -20,9 +20,9 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: /tmp/.buildx-cache/gw path: /tmp/.buildx-cache/gw
key: ${{ runner.os }}-buildx-${{ github.sha }}-gw key: ${{ runner.os }}-buildx-gw-${{ github.sha }}
restore-keys: | restore-keys: |
${{ runner.os }}-buildx-gw ${{ runner.os }}-buildx-gw-
- -
name: Login to DockerHub name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v1