We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b84b97 commit 0ad2f6cCopy full SHA for 0ad2f6c
.github/workflows/image.yaml
@@ -108,7 +108,7 @@ jobs:
108
uses: meta-introspector/build-push-action@v6.10.0
109
with:
110
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
+ tags: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY || 'agent/eliza'}}:latest
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
+ provenance: false
ssh-ssm.py
100644
100755
@@ -1,3 +1,4 @@
1
+#!/usr/bin/python
2
import time
3
4
import boto3
0 commit comments