Update docker-build.yml

This commit is contained in:
Rafael Taranto 2024-10-15 09:39:59 +01:00 committed by GitHub
parent 8b6071270a
commit ae30f2e704

View file

@ -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