Skip to content

Commit

Permalink
ci: use "dev" branch for development, not "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Feb 11, 2024
1 parent 657661d commit 1789028
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: CD | Dev Docker Image
name: Development

on:
workflow_dispatch:
push:
branches:
- "main"
- "dev"

jobs:
docker:
dev:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -48,3 +49,5 @@ jobs:
push: true
tags: |
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:dev

0 comments on commit 1789028

Please sign in to comment.