Skip to content

Commit

Permalink
Fix branch name in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Joliveau <[email protected]>
  • Loading branch information
MatteoJoliveau committed Jul 14, 2023
1 parent 3c6ca4c commit 7f04cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- 'master'
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'main'

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7f04cad

Please sign in to comment.