Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uilton-oliveira committed Mar 29, 2021
1 parent 51505bf commit a6ae11d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [ master ]
workflow_dispatch:

env:
IMAGE_NAME: darksupremo/sonarr_scanner

jobs:
build-docker:
runs-on: ubuntu-latest
Expand All @@ -31,7 +34,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ env.IMAGE_NAME }}:latest

build-win_x64:
Expand Down

0 comments on commit a6ae11d

Please sign in to comment.