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 8e2e410 commit 9fc94c2Copy full SHA for 9fc94c2
.github/workflows/temp-test.yml
@@ -29,7 +29,8 @@ jobs:
29
30
- name: Build and Publish ${{ matrix.package }}
31
id: build-and-publish
32
- uses: awslabs/mcp/.github/actions/build-and-push-container-image@feature/push-container-images
+ # uses: awslabs/mcp/.github/actions/build-and-push-container-image@feature/push-container-images
33
+ uses: ./.github/actions/build-and-push-container-image
34
if: hashFiles(format('./src/{0}/Dockerfile', matrix.package))
35
with:
36
image: ${{ matrix.package }}
0 commit comments