Skip to content

Commit

Permalink
[Actions] Updated .github/actions/docker-build-to-registry/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 5, 2024
1 parent a291a9a commit 6a0e8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/docker-build-to-registry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
APP_NAME:
description: 'docker app name'
required: true
AWS-CONTAINER-REGISTRY:
AWS_CONTAINER_REGISTRY:
description: 'AWS Elastic Container Registry'
required: true
default: '117769150821.dkr.ecr.eu-west-1.amazonaws.com'
Expand Down Expand Up @@ -59,8 +59,8 @@ runs:
platforms: ${{inputs.CONTAINER_PLATFORM}}
push: ${{inputs.DEPLOY}}
tags: |
${{inputs.AWS-CONTAINER-REGISTRY}}/${{inputs.APP_OWNER}}/${{inputs.APP_NAME}}:latest
${{inputs.AWS-CONTAINER-REGISTRY}}/${{inputs.APP_OWNER}}/${{inputs.APP_NAME}}:${{inputs.BUILD_VERSION}}
${{inputs.AWS_CONTAINER_REGISTRY}}/${{inputs.APP_OWNER}}/${{inputs.APP_NAME}}:latest
${{inputs.AWS_CONTAINER_REGISTRY}}/${{inputs.APP_OWNER}}/${{inputs.APP_NAME}}:${{inputs.BUILD_VERSION}}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false
Expand Down

0 comments on commit 6a0e8d5

Please sign in to comment.