Skip to content

Commit

Permalink
Fix name of docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
valar999 committed Jun 25, 2021
1 parent 54f146d commit 83b31b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- v*

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

jobs:
push:
publish:
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit 83b31b3

Please sign in to comment.