🐳 Fix DEPS_HASH variable reference in docker run
This commit is contained in:
@@ -67,19 +67,9 @@ jobs:
|
||||
docker run --rm
|
||||
-v $(pwd):/workspace
|
||||
-w /workspace
|
||||
gitea.arcodange.lab/arcodange/dance-lessons-coach-build-cache:${DEPS_HASH}
|
||||
gitea.arcodange.lab/arcodange/dance-lessons-coach-build-cache:${{ steps.calc_hash.outputs.deps_hash }}
|
||||
go generate ./pkg/server
|
||||
|
||||
- name: Save Swagger Docs Cache
|
||||
if: steps.cache-swagger-restore.outputs.cache-hit != 'true'
|
||||
uses: actions/cache/save@v5
|
||||
with:
|
||||
path: |
|
||||
pkg/server/docs/docs.go
|
||||
pkg/server/docs/swagger.json
|
||||
pkg/server/docs/swagger.yaml
|
||||
key: ${{ steps.cache-swagger-restore.outputs.cache-primary-key }}
|
||||
|
||||
- name: Save Swagger Docs Cache
|
||||
if: steps.cache-swagger-restore.outputs.cache-hit != 'true'
|
||||
id: cache-swagger-save
|
||||
|
||||
Reference in New Issue
Block a user