mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
update ecr action to push with latest tag
This commit is contained in:
4
.github/workflows/docker-image-ecr.yml
vendored
4
.github/workflows/docker-image-ecr.yml
vendored
@@ -3,7 +3,7 @@
|
||||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
name: Deploy to Amazon ECS
|
||||
name: Deploy to Amazon ECR
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
id: build-image
|
||||
env:
|
||||
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
|
||||
IMAGE_TAG: ${{ github.sha }}
|
||||
IMAGE_TAG: latest
|
||||
run: |
|
||||
# Build a docker container and
|
||||
# push it to ECR so that it can
|
||||
|
||||
Reference in New Issue
Block a user