Skip to content

Commit

Permalink
fix: docker dbuild (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab authored Nov 8, 2024
1 parent 45b3f90 commit 7f11323
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Build
on:
push:
branches:
- '*'
- master
pull_request:
branches:
- master

jobs:
build-docker-image:
Expand Down Expand Up @@ -34,4 +37,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
erfjab/holderbot:${{ github.ref_name }}
erfjab/holderbot:ga
erfjab/holderbot:${{ github.sha }}

0 comments on commit 7f11323

Please sign in to comment.