Skip to content

Commit

Permalink
lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
desteves committed Jul 15, 2024
1 parent d5b35e7 commit 04d0663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aws-ts-containers-dockerbuild/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const auth = aws.ecr.getAuthorizationTokenOutput({

// Build and publish our application's container image from ./app to the ECR repository.
const image = new dockerBuild.Image("image", {

// Use the pushed image as a cache source.
cacheFrom: [{
registry: {
Expand All @@ -44,7 +43,6 @@ const image = new dockerBuild.Image("image", {
ref: pulumi.interpolate`${ecr.repository.repositoryUrl}:cache`,
},
}],

// Build multi-platforms
platforms: [
dockerBuild.Platform.Linux_amd64,
Expand Down

0 comments on commit 04d0663

Please sign in to comment.