Skip to content

Commit 3d313c7

Browse files
committed
Updated gh action
1 parent f6a5f1c commit 3d313c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
context: .
4141
file: ./Dockerfile
4242
tags: amazon-linux-sharp-layer:dev
43-
# - name: Copy artifacts
44-
# run: docker run -v "${{ github.workspace }}/dist":/dist amazon-linux-sharp-layer:dev
43+
- name: Copy artifacts
44+
run: docker run -v "${{ github.workspace }}/dist":/dist amazon-linux-sharp-layer:dev
4545
- name: Create release
4646
uses: svenstaro/upload-release-action@v2
4747
with:

0 commit comments

Comments
 (0)