We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03cbf76 + 54d0faa commit e90a62cCopy full SHA for e90a62c
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
${{ vars.DOCKER_ORG }}/ecs-deploy # the name needs to be static "ecs-deploy"
46
ghcr.io/${{ github.repository_owner }}/ecs-deploy
47
tags: |
48
+ type=ref,event=branch
49
type=semver,pattern={{version}}
50
type=semver,pattern={{major.minor}}
51
@@ -57,4 +58,4 @@ jobs:
57
58
push: true
59
tags: ${{ steps.meta.outputs.tags }}
60
labels: ${{ steps.meta.outputs.labels }}
-
61
+
ecs-deploy
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Setup default values for variables
4
-VERSION="3.10.19"
+VERSION="3.10.21"
5
CLUSTER=false
6
SERVICE=false
7
TASK_DEFINITION=false
0 commit comments