Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janitza-chst authored May 6, 2021
1 parent 9b296d0 commit e9de66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Docker Image CI

on:
push:
branches: [ master ]
branches: [ main ]
tags:
- 'v*'
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
docker:
Expand All @@ -20,7 +20,7 @@ jobs:
id: meta
uses: crazy-max/ghaction-docker-meta@v2
with:
images: hg8496/gridvis-hub
images: jnza/gridvis-hub
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit e9de66b

Please sign in to comment.