Skip to content

Commit

Permalink
Rename .github/actions/action.yml to .github/actions/build-publish-im…
Browse files Browse the repository at this point in the history
…age/action.yml
  • Loading branch information
jhebb authored Apr 17, 2024
1 parent f22beaf commit 22b1bff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ runs:
docker tag $REGISTRY/$REPOSITORY:$IMAGE_TAG $REGISTRY/$REPOSITORY:latest
echo "Pushing images to ECR..."
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
docker push $REGISTRY/$REPOSITORY:latest
docker push $REGISTRY/$REPOSITORY:latest

0 comments on commit 22b1bff

Please sign in to comment.