Skip to content

Commit

Permalink
push to ecr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotrualmeida committed Oct 14, 2023
1 parent 962ff3e commit 744fd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run make docker
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ github.sha }}
IMAGE_TAG: ${{ github.sha::7 }}
run: |
make docker
docker push ${REGISTRY}/amazon-k8s-cni:${IMAGE_TAG}
Expand Down

0 comments on commit 744fd23

Please sign in to comment.