Skip to content

Commit

Permalink
remove redundant command switch
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Oct 14, 2023
1 parent a955346 commit e7c908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: docker build -f DragonFruit.OnionFruit.Web.Worker\Dockerfile -t ${{ env.IMAGE_NAME }} --build-arg "IMAGE_VARIANT=7.0-nanoserver-ltsc2022" DragonFruit.OnionFruit.Web.Worker\bin\Release\net7.0\publish

- name: Docker Push
run: docker push ${{ env.IMAGE_NAME }} --all-tags
run: docker push ${{ env.IMAGE_NAME }}

docker-multiarch-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e7c908b

Please sign in to comment.