mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 00:24:44 +03:00
Update docker.yml
This commit is contained in:
parent
333f358403
commit
634c6fe5fc
16
.github/workflows/docker.yml
vendored
16
.github/workflows/docker.yml
vendored
@ -11,17 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
-
|
||||
name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
@ -34,6 +24,10 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
-
|
||||
name: Docker cache
|
||||
uses: satackey/action-docker-layer-caching@v0.0.11
|
||||
-
|
||||
name: Build and push
|
||||
id: docker_build
|
||||
|
Loading…
Reference in New Issue
Block a user