Skip to content

Commit

Permalink
ci: use branch name for creating dev releases
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 24, 2024
1 parent 46474ac commit fef6ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Development
on:
workflow_dispatch:
push:
branches:
- "dev"
branches-ignore:
- main

jobs:
dev:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
with:
push: true
tags: |
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:dev
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:${{ github.ref_name }}

0 comments on commit fef6ecc

Please sign in to comment.