This commit is contained in:
parent
23cd272c3c
commit
35e2ccd402
@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- name: Restore Docker
|
||||
id: cache-docker
|
||||
uses: actions/cache/restore@v3
|
||||
uses: https://github.com/actions/cache/restore@v3
|
||||
with:
|
||||
path: |
|
||||
/usr/bin/docker
|
||||
@ -34,10 +34,10 @@ jobs:
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: https://github.com/docker/setup-buildx-action@v2
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
uses: https://github.com/actions/cache@v2
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
${{ runner.os }}-buildx-
|
||||
|
||||
- name: Login to Repo
|
||||
uses: docker/login-action@v2
|
||||
uses: https://github.com/docker/login-action@v2
|
||||
with:
|
||||
registry: git.fascinated.cc
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
|
Reference in New Issue
Block a user