1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

[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
with:
path: /tmp/.buildx-cache/cdn
key: ${{ runner.os }}-buildx-${{ github.sha }}-cdn
key: ${{ runner.os }}-buildx-cdn-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-cdn
${{ runner.os }}-buildx-cdn-
-
name: Login to DockerHub
uses: docker/login-action@v1

View File

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