We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7672be commit defed6fCopy full SHA for defed6f
.github/workflows/docker-build.yaml
@@ -30,7 +30,6 @@ jobs:
30
# # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
31
# version: v1.45.2
32
- name: Build, tag, and push image to Amazon ECR
33
- env:
34
run: |
35
aws ecr get-login-password --region ${REGION} | docker login --username AWS --password-stdin ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com
36
docker build -t ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com/${GITHUB_REPOSITORY#*/}:${GITHUB_SHA} .
0 commit comments