We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c49840 commit 4eef449Copy full SHA for 4eef449
2 files changed
.github/workflows/build.yaml
@@ -42,10 +42,10 @@ jobs:
42
--query 'imageDetails[0].imageTags[0]' \
43
--output text 2>/dev/null | grep -q "$VERSION"; then
44
echo "Image version $VERSION already exists in ECR."
45
+ echo "publish=false" >> $GITHUB_OUTPUT
46
+ else
47
echo "publish=true" >> $GITHUB_OUTPUT
- else
- echo "publish=false" >> $GITHUB_OUTPUT
48
- fi
+ fi
49
env:
50
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
51
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
version
@@ -1 +1 @@
1
-0.0.1
+0.0.2
0 commit comments