Skip to content

Commit

Permalink
Update dotnet8.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 authored Feb 21, 2024
1 parent 5bbb0a8 commit bb10632
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dotnet8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,20 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
- name: Build and push Teslalogger
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: bassmaster187/teslalogger:latest

- name: Build and push Webserver
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile-Webserver
push: true
tags: bassmaster187/teslalogger-webserver:latest


0 comments on commit bb10632

Please sign in to comment.