mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Fix cache key in docker build action
This commit is contained in:
4
.github/workflows/build-dockers.yml
vendored
4
.github/workflows/build-dockers.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: build
|
||||
key: build-dockers
|
||||
key: build-dockers-${{ github.sha }}
|
||||
|
||||
build-publish:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: build
|
||||
key: build-dockers
|
||||
key: build-dockers-${{ github.sha }}
|
||||
|
||||
- name: Set up docker buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
Reference in New Issue
Block a user