Skip to content

Commit

Permalink
ci: add actions on branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jun 12, 2024
1 parent 60d4269 commit 2f2567c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Create and publish a Docker image

on:
push:
branches: ["development"]
branches: ["development", "main"]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}-${{ github.ref_name }}

jobs:
build-and-push-backend:
Expand Down

0 comments on commit 2f2567c

Please sign in to comment.