We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1383bb1 commit 8486ef0Copy full SHA for 8486ef0
dist/index.js
@@ -987,7 +987,7 @@ const { dockerBuild } = __webpack_require__(846);
987
988
async function run() {
989
try {
990
- dockerBuild({
+ await dockerBuild({
991
imageName: core.getInput("image_name"),
992
imageTag: core.getInput("image_tag") || process.env.GITHUB_SHA,
993
cacheImageName: core.getInput("cache_image_name"),
src/index.js
@@ -3,7 +3,7 @@ const { dockerBuild } = require("./cached-docker-build-push");
3
4
5
6
7
8
9
0 commit comments