Update docker-build.yml
This commit is contained in:
parent
8b6071270a
commit
ae30f2e704
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Docker Build and Publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- release-10.0
|
- dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKERHUB_SERVER_REPO: lamassu/lamassu-server
|
DOCKERHUB_SERVER_REPO: lamassu/lamassu-server
|
||||||
|
|
@ -59,4 +59,4 @@ jobs:
|
||||||
- name: Move cache
|
- name: Move cache
|
||||||
run: |
|
run: |
|
||||||
rm -rf /tmp/.buildx-cache
|
rm -rf /tmp/.buildx-cache
|
||||||
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
|
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue