We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a5f1c commit 3d313c7Copy full SHA for 3d313c7
.github/workflows/docker-workflow.yml
@@ -40,8 +40,8 @@ jobs:
40
context: .
41
file: ./Dockerfile
42
tags: amazon-linux-sharp-layer:dev
43
-# - name: Copy artifacts
44
-# 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
45
- name: Create release
46
uses: svenstaro/upload-release-action@v2
47
with:
0 commit comments