Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 17, 2025
1 parent c7555e3 commit abcddb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
const { Context } = require('@docker/actions-toolkit/lib/context');
const { Util } = require('@docker/actions-toolkit/lib/util');
await exec.exec('env');
if (Util.getInputList('meta-image').length > 1) {
throw new Error('Only one meta-image is allowed');
}
Expand Down

0 comments on commit abcddb7

Please sign in to comment.