Skip to content

Commit e90a62c

Browse files
authored
Merge pull request #301 from silinternational/fix-ghcr
Release 3.10.21 - Fixed GHCR image push
2 parents 03cbf76 + 54d0faa commit e90a62c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
${{ vars.DOCKER_ORG }}/ecs-deploy # the name needs to be static "ecs-deploy"
4646
ghcr.io/${{ github.repository_owner }}/ecs-deploy
4747
tags: |
48+
type=ref,event=branch
4849
type=semver,pattern={{version}}
4950
type=semver,pattern={{major.minor}}
5051
@@ -57,4 +58,4 @@ jobs:
5758
push: true
5859
tags: ${{ steps.meta.outputs.tags }}
5960
labels: ${{ steps.meta.outputs.labels }}
60-
61+

ecs-deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Setup default values for variables
4-
VERSION="3.10.19"
4+
VERSION="3.10.21"
55
CLUSTER=false
66
SERVICE=false
77
TASK_DEFINITION=false

0 commit comments

Comments
 (0)