Skip to content

Commit

Permalink
Fixes uraimo#55 - Use both the workflow and job names in the containe…
Browse files Browse the repository at this point in the history
…r name

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 25, 2022
1 parent bc503dc commit 06f3567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run-on-arch.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function main() {
// Generate a container name slug unique to this workflow
const containerName = slug([
'run-on-arch', env.GITHUB_REPOSITORY, env.GITHUB_WORKFLOW,
arch, distro,
env.GITHUB_JOB, arch, distro,
].join('-'));

console.log('Configuring Docker for multi-architecture support')
Expand Down

0 comments on commit 06f3567

Please sign in to comment.