Skip to content

Commit

Permalink
ci(lightwalletd): Zebra's Dockerfile needs latest lwd image (#4599)
Browse files Browse the repository at this point in the history
We need to add this condtion to lightwalletd docker build, to always create a `latest` tag when merging to the default branch: `main`
  • Loading branch information
gustavovalverde authored and upbqdn committed Jun 14, 2022
1 parent 41b3530 commit 2356d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zcash-lightwalletd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
images: |
${{ env.GAR_BASE }}/${{ env.IMAGE_NAME }}
# generate Docker tags based on the following events/attributes
# set latest tag for default branch
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -81,6 +82,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
id: qemu
Expand Down

0 comments on commit 2356d2f

Please sign in to comment.