Skip to content

Commit

Permalink
Fix versioned release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Nov 1, 2023
1 parent cb84014 commit 7b924bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image_to_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2
- name: Build & Push Base Image
run: >
docker buildx build --push \
-t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:latest \
-t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:${{ github.ref_name }} \
docker buildx build --push
-t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:latest
-t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:${{ github.ref_name }}
.

0 comments on commit 7b924bc

Please sign in to comment.