Skip to content

Commit

Permalink
Updated gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Umkus committed Dec 16, 2021
1 parent f6a5f1c commit 3d313c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
context: .
file: ./Dockerfile
tags: amazon-linux-sharp-layer:dev
# - name: Copy artifacts
# run: docker run -v "${{ github.workspace }}/dist":/dist amazon-linux-sharp-layer:dev
- name: Copy artifacts
run: docker run -v "${{ github.workspace }}/dist":/dist amazon-linux-sharp-layer:dev
- name: Create release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 3d313c7

Please sign in to comment.