Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelTaranto authored Oct 15, 2024
1 parent 38b8209 commit 1c9cfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Build and Publish
on:
push:
branches:
- release-10.0
- dev

env:
DOCKERHUB_SERVER_REPO: lamassu/lamassu-server
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 1c9cfbb

Please sign in to comment.