Skip to content

Commit

Permalink
wip: first try for awse ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyama341 committed Sep 23, 2024
1 parent c5a520d commit 805c284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_aws_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

# Build the Docker image and push to Amazon ECR
# Build the Docker image and push to Amazon ECR -
- name: Build and push Docker image to Amazon ECR
run: |
# Extract the tag name (e.g., v1.0) from the Git reference and use it as the Docker image tag
Expand Down

0 comments on commit 805c284

Please sign in to comment.