Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
this could rly be it
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafcafe committed Apr 27, 2020
1 parent c0d74ef commit 42e4998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: dotnet restore ./dotnet
- name: Build
run: dotnet build ./dotnet --configuration Release --no-restore
- name: Create docker iamge
run: docker build ./dotnet
# - name: Create docker iamge
# run: docker build ./dotnet
- name: Push docker image
uses: kciter/aws-ecr-action@v1
with:
Expand All @@ -38,4 +38,4 @@ jobs:
repo: branch-dotnet-services
region: eu-west-2
tags: latest,${{ github.sha }},${{ steps.branch_name.outputs.branch }}
path: ./dotnet/Dockerfile
path: ./dotnet

0 comments on commit 42e4998

Please sign in to comment.