Skip to content

Commit

Permalink
refactor: debug context
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Dec 2, 2021
1 parent a89f22e commit 89c08c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = async (pluginConfig, ctx) => {
const baseImageTag = ctx.env.DOCKER_BASE_IMAGE_TAG || pluginConfig.baseImageTag || 'latest'
console.log(`baseImageTag: ${baseImageTag}`);
console.log(`ctx.nextRelease.version: ${ctx.nextRelease.version}`);
console.log(`ctx.nextRelease`, ctx.nextRelease);

const tags = [baseImageTag, ctx.nextRelease.version]
if (pluginConfig.additionalTags && pluginConfig.additionalTags.length > 0) {
Expand Down

0 comments on commit 89c08c4

Please sign in to comment.