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 Aug 11, 2021
1 parent 8a069e5 commit 9ff1955
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [ master ]
workflow_dispatch:

env:
IMAGE_NAME: darksupremo/sonarr_scanner

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

build-win_x64:
Expand Down

0 comments on commit 9ff1955

Please sign in to comment.