Skip to content

Commit

Permalink
fix docker publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alaister committed Oct 25, 2024
1 parent 5eaa566 commit 2acd74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and publish Docker image

on:
push:
branches: ['feat/monitoring']
branches: ['main', 'feat/monitoring']

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
- name: Build and push Docker image
id: pushØ
id: push
uses: docker/build-push-action@v6
with:
context: .
Expand Down

0 comments on commit 2acd74c

Please sign in to comment.