Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update GHA for docker push
Browse files Browse the repository at this point in the history
Allow for pushed tags to push for releases
  • Loading branch information
twilgenbus-ledger authored Oct 12, 2021
1 parent b1406fb commit a9b7071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- main
- 'release/*'
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit a9b7071

Please sign in to comment.