Skip to content

Commit

Permalink
only build docker images for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Apr 7, 2024
1 parent d91f7e1 commit 7728d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker

on:
push:
branches: [ docker ]
branches: [ main ]
tags:
- '*'

Expand Down Expand Up @@ -36,5 +36,5 @@ jobs:
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: zivillian/ora2mqtt:docker
tags: zivillian/ora2mqtt:main
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7728d33

Please sign in to comment.