Skip to content

Commit

Permalink
Use latest tag when pushing to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Sep 6, 2023
1 parent d607ac6 commit 08fa9fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image_to_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
- name: Build & Push Base Image
# TODO: we really should tag with a specific version as well, but that will come later
run: |
docker buildx build --push -t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:base-image .
docker buildx build --push -t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:latest .

0 comments on commit 08fa9fc

Please sign in to comment.