Skip to content

Commit aaa1bfb

Browse files
committed
x
1 parent 6a146b4 commit aaa1bfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lambdalayer-function-url-utils.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
id: 'build-push',
6161
with: {
6262
context: std.format('{{defaultContext}}:%s', name),
63-
file: std.format('{{defaultContext}}:%s/Dockerfile.%s', [name, '${{ matrix.runtime }}']),
63+
file: std.format('%s/Dockerfile.%s', [name, '${{ matrix.runtime }}']),
6464
platforms: 'linux/${{ matrix.platform }}',
6565
load: true,
6666
'cache-from': 'type=gha',

.github/workflows/lambdalayer-function-url-utils.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)