Skip to content

Commit fe2d0ed

Browse files
authored
Update docker-build-secretvm.yml
1 parent d4e341b commit fe2d0ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-secretvm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git config user.email github-actions@github.com
7575
7676
# Add and commit changes
77-
git add docker-compose-secretvm.yaml
77+
git add Execution_Service/docker-compose-secretvm.yaml
7878
if git diff --staged --quiet; then
7979
echo "No changes to commit"
8080
else
@@ -92,4 +92,4 @@ jobs:
9292
run: |
9393
echo "Workflow Status: ${{ job.status }}"
9494
echo "Image URL: ghcr.io/${{ steps.set_repo.outputs.REPO_NAME }}:${{ steps.get_version.outputs.VERSION }}"
95-
echo "Workflow ID: ${{ github.run_id }}"
95+
echo "Workflow ID: ${{ github.run_id }}"

0 commit comments

Comments
 (0)