Skip to content

Commit 0ad2f6c

Browse files
author
mike dupont
committedJan 10, 2025·
fixing yaml
1 parent 3b84b97 commit 0ad2f6c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎.github/workflows/image.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: meta-introspector/build-push-action@v6.10.0
109109
with:
110110
push: true
111-
tags: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY || 'agent/eliza'}}:latest
112-
cache-from: type=gha
113-
cache-to: type=gha,mode=max
114-
provenance: false
111+
tags: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY || 'agent/eliza'}}:latest
112+
cache-from: type=gha
113+
cache-to: type=gha,mode=max
114+
provenance: false

‎ssh-ssm.py

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/python
12
import time
23

34
import boto3

0 commit comments

Comments
 (0)
Please sign in to comment.