Skip to content

Commit 1efb4cb

Browse files
committed
Fix more environment variables
1 parent 7a0a9a0 commit 1efb4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
path: ${ BUILDX_CACHE }
7171
key: ${ CACHE_KEY }${{ github.sha }}
7272
restore-keys: |
73-
${{ CACHE_KEY }}
73+
${ CACHE_KEY }
7474
7575
- name: Login to Docker Hub
7676
uses: docker/login-action@v1

0 commit comments

Comments
 (0)